Quantcast

- TitanLootType: Fixed error in logic for UIDropDownMenu routine.

HonorGoG [06-23-19 - 23:27]
- TitanLootType: Fixed error in logic for UIDropDownMenu routine.
- Updated Author entry in TOCs to reflect name change from "Titan Development Team" to "Titan Panel Development Team".
Filename
Titan/Titan.toc
TitanBag/TitanBag.toc
TitanClock/TitanClock.toc
TitanGold/TitanGold.toc
TitanLocation/TitanLocation.toc
TitanLootType/TitanLootType.lua
TitanLootType/TitanLootType.toc
TitanPerformance/TitanPerformance.toc
TitanRepair/TitanRepair.toc
TitanVolume/TitanVolume.toc
TitanXP/TitanXP.toc
diff --git a/Titan/Titan.toc b/Titan/Titan.toc
index b7a001a..e3697dd 100644
--- a/Titan/Titan.toc
+++ b/Titan/Titan.toc
@@ -1,6 +1,6 @@
 ## Interface: 80100
 ## Title: Titan Panel |cff00aa005.17.2.80100|r
-## Author: Titan Development Team
+## Author: Titan Panel Development Team
 ## Version: 5.17.2.80100
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc
index 6bba791..5369f8e 100644
--- a/TitanBag/TitanBag.toc
+++ b/TitanBag/TitanBag.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds bag and free slot information to Titan Panel
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc
index 92bbdcb..84b6a22 100644
--- a/TitanClock/TitanClock.toc
+++ b/TitanClock/TitanClock.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds a clock to Titan Panel
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc
index e545dd8..fd70db6 100644
--- a/TitanGold/TitanGold.toc
+++ b/TitanGold/TitanGold.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.17.2.80100|r
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc
index be19e82..add59c0 100644
--- a/TitanLocation/TitanLocation.toc
+++ b/TitanLocation/TitanLocation.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds coordinates and location information to Titan Panel
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanLootType/TitanLootType.lua b/TitanLootType/TitanLootType.lua
index 913c9ad..8c5914c 100644
--- a/TitanLootType/TitanLootType.lua
+++ b/TitanLootType/TitanLootType.lua
@@ -344,7 +344,7 @@ function TitanPanelRightClickMenu_PrepareLootTypeMenu()
 		L_UIDropDownMenu_AddButton(info,_G["L_UIDROPDOWNMENU_MENU_LEVEL"]);


-	elseif _G["UIDROPDOWNMENU_MENU_LEVEL"] == 2  and _G["UIDROPDOWNMENU_MENU_VALUE"] == "SetRaidDiff" then
+	elseif _G["L_UIDROPDOWNMENU_MENU_LEVEL"] == 2  and _G["L_UIDROPDOWNMENU_MENU_VALUE"] == "SetRaidDiff" then
 		info = {};
 		info.text = _G["GREEN_FONT_COLOR_CODE"].._G["PLAYER_DIFFICULTY1"].."|r";
 		info.func = function() SetRaidDifficultyID(1) end
diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc
index daf844e..d033a8f 100644
--- a/TitanLootType/TitanLootType.toc
+++ b/TitanLootType/TitanLootType.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc
index c980e6f..15708fc 100644
--- a/TitanPerformance/TitanPerformance.toc
+++ b/TitanPerformance/TitanPerformance.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc
index e38fa57..be13d88 100644
--- a/TitanRepair/TitanRepair.toc
+++ b/TitanRepair/TitanRepair.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.17.2.80100|r
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc
index fc1e4e9..d382262 100644
--- a/TitanVolume/TitanVolume.toc
+++ b/TitanVolume/TitanVolume.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds a volume control icon on your Titan Bar
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc
index c0ccb22..b50f22f 100644
--- a/TitanXP/TitanXP.toc
+++ b/TitanXP/TitanXP.toc
@@ -1,7 +1,7 @@
 ## Interface: 80100
 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.17.2.80100|r
 ## Notes: Adds information to Titan Panel about XP earned and time to level
-## Author: Titan Development Team (http://www.titanpanel.org)
+## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan