GladiusEx

GladiusEx

4M Downloads

Gladiator Trinket Icon Not Working

Closed this issue ยท 1 comments

commented

Everything related to the pvp trinket works...You can see the tooltip if you mouse over the empty icon place...If the enemy uses their trinket it shows the trinket CD timer... The border around the missing icon is there ..Just Can't see any trinket icon at all... Everything else about it works.

D:\World of Warcraft_retail_\Interface\AddOns\GladiusEx\libs\LibCooldownTracker-1.0\cooldowns_items.lua

I had 2 sets of double slashes in between the file path of the variable assignment.
First block of code icon_gladiator should be the following (need to remove the double slashs) :

icon_gladiator = [[Interface\Icons\Ability_PVP_GladiatorMedallion]],

This fixes the issue for me. Figured I would post here because maybe some others have the same issue. Thank you for a great addon!

  • Lonewolf
commented

Already fixed on master