diff WhistleMaster.lua @ 5:090b3be6489d

Fix for a LOD issue. Seems Kludgy, but I haven't figured out a better method yet.
author Vynn <mischivin@gmail.com>
date Sat, 05 Nov 2016 23:44:42 -0400
parents 4402edd42a3f
children 148e87d347f5
line wrap: on
line diff
--- a/WhistleMaster.lua	Sat Nov 05 13:20:58 2016 -0400
+++ b/WhistleMaster.lua	Sat Nov 05 23:44:42 2016 -0400
@@ -82,6 +82,8 @@
  		mapVisible = false
  	end
  	if (event == "VARIABLES_LOADED") then
+		WorldMapFrame:Show()
+		WorldMapFrame:Hide()
  		UpdateWhistleMaster()
  	end
 end