diff WorldPlan.lua @ 117:a4dfdd4f1cf3 v7.3.2-20171215

- Fixed filter pins not working on Argus maps - More taint counter-measures
author Nenue
date Fri, 15 Dec 2017 16:38:09 -0500
parents e8b6c5433128
children
line wrap: on
line diff
--- a/WorldPlan.lua	Fri Nov 24 23:51:44 2017 -0500
+++ b/WorldPlan.lua	Fri Dec 15 16:38:09 2017 -0500
@@ -9,6 +9,7 @@
 local select, type, tostring, tonumber = select, type, tostring, tonumber
 local ITEM_QUALITY_COLORS = ITEM_QUALITY_COLORS
 local BROKEN_ISLES_ID = 1007
+local ARGUS_ID = 1184
 local GetCurrentMapAreaID = GetCurrentMapAreaID
 local GetTime, IsLoggedIn = GetTime, IsLoggedIn
 local DEBUG_HISTORY = {}
@@ -425,7 +426,11 @@
   [1080] = true, -- Thunder Totem
   [1072] = true, -- True Shot Lodge,
 
-}
+  [1184] = true, -- Argus continent
+  [1171] = true, -- Antoran Wastes,
+  [1135] = true, -- Krokuun,
+  [1170] = true, -- Mac'aree
+ }
 
 function WorldPlanCore:SetCurrentMap(event)
   local mapAreaID, isContinent = GetCurrentMapAreaID()