comparison gui.lua @ 140:c176359e7265 2.20.3

TOC bump for 5.2, correct icon paths.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 20 Mar 2013 20:48:01 -0400
parents acaa01b90505
children 375059a11c1d
comparison
equal deleted inserted replaced
139:04deb53ec4fe 140:c176359e7265
520 local textured 520 local textured
521 if itexture and iname then 521 if itexture and iname then
522 textured = eoi_st_textured_item_format:format (itexture, 522 textured = eoi_st_textured_item_format:format (itexture,
523 ITEM_QUALITY_COLORS[iquality].hex, iname, player.count[unique] or "") 523 ITEM_QUALITY_COLORS[iquality].hex, iname, player.count[unique] or "")
524 else 524 else
525 textured = eoi_st_textured_item_format:format ([[ICONS\INV_Misc_QuestionMark]], 525 textured = eoi_st_textured_item_format:format ([[Interface\ICONS\INV_Misc_QuestionMark]],
526 ITEM_QUALITY_COLORS[ITEM_QUALITY_COMMON].hex, 'UNKNOWN - REDISPLAY LATER', "") 526 ITEM_QUALITY_COLORS[ITEM_QUALITY_COMMON].hex, 'UNKNOWN - REDISPLAY LATER', "")
527 cache_okay = false 527 cache_okay = false
528 end 528 end
529 col2.value = textured 529 col2.value = textured
530 530