Loot Filter

18 - Fix for color code hex after WoW 4.2 patch

Main.lua line 40

From:
        self.ItemQuality[i] = hex .. getglobal('ITEM_QUALITY' .. i .. '_DESC') .. '|r';

To:
        self.ItemQuality[i] = "|c" ..hex .. getglobal('ITEM_QUALITY' .. i .. '_DESC') .. '|r';

User When Change
Daeymien Jul 02, 2011 at 00:48 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported
Jul 02, 2011
Status
New - Issue has not had initial review yet.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees