Quantcast

- TitanLocation: Fixed modified TitanPanelLocationButton_OnShow() as Blizzard fixed their bugged WorldMapFrame. Thank you Dahk Celes for finding this. Ticket #1240.

HonorGoG [06-28-19 - 23:42]
- TitanLocation: Fixed modified TitanPanelLocationButton_OnShow() as Blizzard fixed their bugged WorldMapFrame.  Thank you Dahk Celes for finding this.  Ticket #1240.
- Updated Interface version to 80200 for 8.2 WoW release.
Filename
Titan/Titan.toc
TitanBag/TitanBag.toc
TitanClock/TitanClock.toc
TitanGold/TitanGold.toc
TitanLocation/TitanLocation.lua
TitanLocation/TitanLocation.toc
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 903c506..f493093 100644
--- a/Titan/Titan.toc
+++ b/Titan/Titan.toc
@@ -1,7 +1,7 @@
-## Interface: 80100
-## Title: Titan Panel |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel |cff00aa005.17.3.80200|r
 ## Author: Titan Panel Development Team
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## 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/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc
index f1dc300..27ef42a 100644
--- a/TitanBag/TitanBag.toc
+++ b/TitanBag/TitanBag.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanBag.xml
diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc
index d496d4e..0b97c7f 100644
--- a/TitanClock/TitanClock.toc
+++ b/TitanClock/TitanClock.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanClock.xml
diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc
index 81bc417..434a701 100644
--- a/TitanGold/TitanGold.toc
+++ b/TitanGold/TitanGold.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.17.3.80200|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: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanGold.xml
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index 137af5b..2d5fee9 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -68,10 +68,10 @@ end
 -- DESC : Display button when plugin is visible
 -- **************************************************************************
 function TitanPanelLocationButton_OnShow()
-	local mapID = C_Map.GetBestMapForUnit("player");
-	if mapID ~= nil then
-    	WorldMapFrame:SetMapID(mapID);
-	end
+	--local mapID = C_Map.GetBestMapForUnit("player");
+	--if mapID ~= nil then
+    --	WorldMapFrame:SetMapID(mapID);
+	--end
 	TitanPanelLocation_HandleUpdater();
 end

diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc
index 7817ea9..e1793b7 100644
--- a/TitanLocation/TitanLocation.toc
+++ b/TitanLocation/TitanLocation.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanLocation.xml
diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc
index df195ba..4b6e980 100644
--- a/TitanLootType/TitanLootType.toc
+++ b/TitanLootType/TitanLootType.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanLootType.xml
diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc
index 9deb30a..ed719bc 100644
--- a/TitanPerformance/TitanPerformance.toc
+++ b/TitanPerformance/TitanPerformance.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanPerformance.xml
diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc
index 5486615..989641d 100644
--- a/TitanRepair/TitanRepair.toc
+++ b/TitanRepair/TitanRepair.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.17.3.80200|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: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanRepair.xml
diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc
index 2a21be7..9c6c835 100644
--- a/TitanVolume/TitanVolume.toc
+++ b/TitanVolume/TitanVolume.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.17.3.80200|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanVolume.xml
diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc
index 4fee4ec..75b57f4 100644
--- a/TitanXP/TitanXP.toc
+++ b/TitanXP/TitanXP.toc
@@ -1,10 +1,10 @@
-## Interface: 80100
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.17.3.80100|r
+## Interface: 80200
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.17.3.80200|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: Titan
-## Version: 5.17.3.80100
+## Version: 5.17.3.80200
 ## X-Child-Of: Titan
 TitanXP.xml