# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1363826881 14400 # Node ID c176359e72656746dd43d57696154b5708722e26 # Parent 04deb53ec4fe4a865ea2ff7ccc19a4c5ce6c6c3a TOC bump for 5.2, correct icon paths. diff -r 04deb53ec4fe -r c176359e7265 Ouro_Loot.toc --- a/Ouro_Loot.toc Fri Oct 19 14:37:15 2012 -0400 +++ b/Ouro_Loot.toc Wed Mar 20 20:48:01 2013 -0400 @@ -1,4 +1,4 @@ -## Interface: 50001 +## Interface: 50200 ## Title: Ouro Loot ## Version: @project-version@ ## Notes: Raid loot tracking and text generation diff -r 04deb53ec4fe -r c176359e7265 core.lua --- a/core.lua Fri Oct 19 14:37:15 2012 -0400 +++ b/core.lua Wed Mar 20 20:48:01 2013 -0400 @@ -1625,7 +1625,7 @@ if (not iname) or (not itexture) then cache_miss = true iname, ilink, iquality, itexture = - UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[ICONS\INV_Misc_QuestionMark]] + UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[Interface\ICONS\INV_Misc_QuestionMark]] end self.dprint('loot',">>"..prefix, "R:", recipient, "U:", unique, "I:", itemid, "C:", count, "frm:", from, "ex:", extratext, "q:", iquality) diff -r 04deb53ec4fe -r c176359e7265 gui.lua --- a/gui.lua Fri Oct 19 14:37:15 2012 -0400 +++ b/gui.lua Wed Mar 20 20:48:01 2013 -0400 @@ -522,7 +522,7 @@ textured = eoi_st_textured_item_format:format (itexture, ITEM_QUALITY_COLORS[iquality].hex, iname, player.count[unique] or "") else - textured = eoi_st_textured_item_format:format ([[ICONS\INV_Misc_QuestionMark]], + textured = eoi_st_textured_item_format:format ([[Interface\ICONS\INV_Misc_QuestionMark]], ITEM_QUALITY_COLORS[ITEM_QUALITY_COMMON].hex, 'UNKNOWN - REDISPLAY LATER', "") cache_okay = false end