# HG changeset patch
# User Vynn <mischivin@gmail.com>
# Date 1478403882 14400
# Node ID 090b3be6489dae3548c15d43c5c62868fa58b511
# Parent  fe738e588d1a9acb9372ca1cf5065f24b61d9142
Fix for a LOD issue. Seems Kludgy, but I haven't figured out a better method yet.

diff -r fe738e588d1a -r 090b3be6489d WhistleMaster.lua
--- 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