From 2284d2df382b2fe423b3f28422465bbfd5d787d0 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Fri, 30 Aug 2019 14:52:08 -0700 Subject: [PATCH] - TitanClassicAmmo: Fixed logic for Hunters to see if they use arrows or bullets. --- TitanClassic/TitanClassic.toc | 4 ++-- TitanClassicAmmo/TitanClassicAmmo.lua | 4 ++-- TitanClassicAmmo/TitanClassicAmmo.toc | 4 ++-- TitanClassicBag/TitanClassicBag.toc | 4 ++-- TitanClassicClock/TitanClassicClock.toc | 4 ++-- TitanClassicGold/TitanClassicGold.toc | 4 ++-- TitanClassicLocation/TitanClassicLocation.toc | 4 ++-- TitanClassicLootType/TitanClassicLootType.toc | 4 ++-- .../TitanClassicPerformance.toc | 4 ++-- TitanClassicRepair/TitanClassicRepair.toc | 4 ++-- TitanClassicVolume/TitanClassicVolume.toc | 4 ++-- TitanClassicXP/TitanClassicXP.toc | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc index 6cf0e32..1942c7e 100644 --- a/TitanClassic/TitanClassic.toc +++ b/TitanClassic/TitanClassic.toc @@ -1,7 +1,7 @@ ## Interface: 11302 -## Title: Titan Panel Classic |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic |cff00aa001.0.5.11302|r ## Author: Titan Panel Development Team -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins. diff --git a/TitanClassicAmmo/TitanClassicAmmo.lua b/TitanClassicAmmo/TitanClassicAmmo.lua index cf97d08..74a6331 100644 --- a/TitanClassicAmmo/TitanClassicAmmo.lua +++ b/TitanClassicAmmo/TitanClassicAmmo.lua @@ -98,7 +98,7 @@ function TitanPanelAmmoButton_PLAYER_LOGIN() TitanPanelAmmoButton:RegisterEvent("UPDATE_INVENTORY_DURABILITY") isThrown = true; isAmmo = nil; - elseif loc == "INVTYPE_RANGEDRIGHT" then + elseif loc == "INVTYPE_RANGED" or loc == "INVTYPE_RANGEDRIGHT" then TitanPanelAmmoButton:RegisterEvent("ACTIONBAR_HIDEGRID") isAmmo = true; isThrown = nil; @@ -189,7 +189,7 @@ function TitanPanelAmmoUpdateDisplay() count = GetInventoryItemCount("player", rangedSlotID) or count -- count = GetInventoryItemDurability(rangedSlotID); - elseif loc == "INVTYPE_RANGEDRIGHT" then + elseif loc == "INVTYPE_RANGED" or loc == "INVTYPE_RANGEDRIGHT" then if TitanPanelAmmoButton:IsEventRegistered("UPDATE_INVENTORY_DURABILITY") then TitanPanelAmmoButton:UnregisterEvent("UPDATE_INVENTORY_DURABILITY") diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc index 89f8b37..40de8c8 100644 --- a/TitanClassicAmmo/TitanClassicAmmo.toc +++ b/TitanClassicAmmo/TitanClassicAmmo.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.5.11302|r ## Notes: Adds an ammo monitor to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicAmmo.xml \ No newline at end of file diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc index 87b5df6..b92caa1 100644 --- a/TitanClassicBag/TitanClassicBag.toc +++ b/TitanClassicBag/TitanClassicBag.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.5.11302|r ## Notes: Adds bag and free slot information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicBag.xml diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc index 29a3eb4..e620d8e 100644 --- a/TitanClassicClock/TitanClassicClock.toc +++ b/TitanClassicClock/TitanClassicClock.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.5.11302|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicClock.xml diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc index 5306fac..affc46c 100644 --- a/TitanClassicGold/TitanClassicGold.toc +++ b/TitanClassicGold/TitanClassicGold.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.5.11302|r ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis. ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: GoldSave ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicGold.xml diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc index eff82e1..d0e6006 100644 --- a/TitanClassicLocation/TitanClassicLocation.toc +++ b/TitanClassicLocation/TitanClassicLocation.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.5.11302|r ## Notes: Adds coordinates and location information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicLocation.xml diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc index ddfb3be..bd0cd5f 100644 --- a/TitanClassicLootType/TitanClassicLootType.toc +++ b/TitanClassicLootType/TitanClassicLootType.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.5.11302|r ## Notes: Adds group loot and instance difficulty information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicLootType.xml diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc index e87e427..6e34091 100644 --- a/TitanClassicPerformance/TitanClassicPerformance.toc +++ b/TitanClassicPerformance/TitanClassicPerformance.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.5.11302|r ## Notes: Adds FPS and Garbage collection information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicPerformance.xml diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc index 19ee0c9..77b0d1b 100644 --- a/TitanClassicRepair/TitanClassicRepair.toc +++ b/TitanClassicRepair/TitanClassicRepair.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.5.11302|r ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicRepair.xml diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc index 5ed8442..e59f28a 100644 --- a/TitanClassicVolume/TitanClassicVolume.toc +++ b/TitanClassicVolume/TitanClassicVolume.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.5.11302|r ## Notes: Adds a volume control icon on your Titan Bar ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicVolume.xml diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc index a5a0076..f3004eb 100644 --- a/TitanClassicXP/TitanClassicXP.toc +++ b/TitanClassicXP/TitanClassicXP.toc @@ -1,10 +1,10 @@ ## Interface: 11302 -## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.4.11302|r +## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.5.11302|r ## Notes: Adds information to Titan Panel about XP earned and time to level ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: TitanClassic -## Version: 1.0.4.11302 +## Version: 1.0.5.11302 ## X-Child-Of: TitanClassic TitanClassicXP.xml -- 1.7.9.5