# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1309288814 0 # Node ID 40ff9c63badcc87609db83fdd039d147ea13c8b6 # Parent 952c3ac0e78336111b67bddb413fb32b899ce2c6 GetItemQualityColor change here too diff -r 952c3ac0e783 -r 40ff9c63badc mleqdkp.lua --- a/mleqdkp.lua Tue Jun 28 19:18:07 2011 +0000 +++ b/mleqdkp.lua Tue Jun 28 19:20:14 2011 +0000 @@ -223,7 +223,7 @@ tag_lookup_handlers.COLOR = function (i, e) local q = select(4, GetItemQualityColor(e.quality)) - return q:sub(3) -- skip leading |c + return q -- skip leading |c (no longer returned by GIQC after 4.2) end tag_lookup_handlers.COUNT =