- TitanAmmo : Fixed missing icon as the name was changed for the plugin from TitanClassicAmmo to TitanAmmo but the filename for the icon wasn't updated in the package.
HonorGoG [08-01-25 - 01:47]
- TitanAmmo : Fixed missing icon as the name was changed for the plugin from TitanClassicAmmo to TitanAmmo but the filename for the icon wasn't updated in the package.
diff --git a/TitanAmmo/TitanClassicAmmo.lua b/TitanAmmo/TitanClassicAmmo.lua
index c3eef79..c271e7e 100644
--- a/TitanAmmo/TitanClassicAmmo.lua
+++ b/TitanAmmo/TitanClassicAmmo.lua
@@ -387,7 +387,7 @@ local function OnLoad(self)
buttonTextFunction = GetButtonText,
tooltipTitle = L["TITAN_AMMO_TOOLTIP"],
tooltipTextFunction = GetTooltipText,
- icon = "Interface\\AddOns\\TitanAmmo\\TitanThrown",
+ icon = "Interface\\AddOns\\TitanAmmo\\TitanClassicThrown",
iconWidth = 16,
controlVariables = {
ShowIcon = true,