Skip to content

Commit

Permalink
remove collected display < wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 11, 2022
1 parent 36403de commit 5c77424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AtlasLootClassic/Button/Item_type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function Item.GetDescription(itemID, itemEquipLoc, itemType, itemSubType)
ret = tokenDesc
end
elseif Companion.IsCompanion(itemID) then
ret = Companion.GetDescription(itemID, true)
ret = Companion.GetDescription(itemID, AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM, true, false))
elseif ItemSet.GetSetIDforItemID(itemID) then
ret = AL["|cff00ff00Set item:|r "]..GetItemDescInfo(itemEquipLoc, itemType, itemSubType)
else
Expand Down
5 changes: 2 additions & 3 deletions AtlasLootClassic_Collections/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -963,9 +963,8 @@ data["Companions"] = {
{ 6, 10822 }, -- Dark Whelpling
{ 8, 8490 }, -- Cat Carrier (Siamese)
{ 9, 8491 }, -- Cat Carrier (Black Tabby)
{ 16, 5332 }, -- Glowing Cat Figurine
{ 17, 20769 }, -- Disgusting Oozeling
{ 18, 11110 }, -- Chicken Egg
{ 16, 20769 }, -- Disgusting Oozeling
{ 17, 11110 }, -- Chicken Egg
},
},
{
Expand Down

0 comments on commit 5c77424

Please sign in to comment.