Debug Ammo
urnati [08-09-19 - 05:31]
diff --git a/TitanClassicAmmo/TitanClassicAmmo.lua b/TitanClassicAmmo/TitanClassicAmmo.lua
index a04d58d..5365460 100644
--- a/TitanClassicAmmo/TitanClassicAmmo.lua
+++ b/TitanClassicAmmo/TitanClassicAmmo.lua
@@ -141,23 +141,23 @@ function TitanPanelAmmoButton_UNIT_INVENTORY_CHANGED(arg1, ...)
TitanDebug("TitanPanelAmmoButton_UNIT_INVENTORY_CHANGED")
if arg1 == "player" then
TitanPanelAmmoUpdateDisplay();
- if isAmmo then
+-- if isAmmo then
TitanDebug("ammoSlotID: " .. ammoSlotID);
- TitanDebug("GetInventoryItemLink: " .. GetInventoryItemLink("player", ammoSlotID));
- if GetInventoryItemLink("player", ammoSlotID) then
+-- TitanDebug("GetInventoryItemLink: " .. tostring(GetInventoryItemLink("player", ammoSlotID)));
+-- if GetInventoryItemLink("player", ammoSlotID) then
count = GetInventoryItemCount("player", ammoSlotID) or count
- AmmoName = GetItemInfo(GetInventoryItemLink("player", ammoSlotID)) or _G["UNKNOWN"]
- else
- count = 0;
- AmmoName = "";
- end
+-- AmmoName = GetItemInfo(GetInventoryItemLink("player", ammoSlotID)) or _G["UNKNOWN"]
+-- else
+-- count = 0;
+-- AmmoName = "";
+-- end
TitanPanelButton_UpdateButton(TITAN_AMMO_ID);
- end
+-- end
end
end
function TitanPanelAmmoButton_UPDATE_INVENTORY_DURABILITY()
- count = GetInventoryItemDurability(rangedSlotID) or count
+-- count = GetInventoryItemDurability(rangedSlotID) or count
TitanPanelButton_UpdateButton(TITAN_AMMO_ID);
end