diff Console.lua @ 107:8dc0c1917890

- Test fix for frames getting stuck in hidden state when zoning on the move
author Nenue
date Tue, 17 Oct 2017 16:57:38 -0400
parents c3e7d2a3f4e9
children 7a36f5a92f0a
line wrap: on
line diff
--- a/Console.lua	Mon Apr 10 13:22:20 2017 -0400
+++ b/Console.lua	Tue Oct 17 16:57:38 2017 -0400
@@ -26,6 +26,7 @@
 
   self:RegisterEvent('PLAYER_STARTED_MOVING')
   self:RegisterEvent('PLAYER_STOPPED_MOVING')
+  self:RegisterEvent('PLAYER_ENTERING_WORLD')
 
   UIDropDownMenu_Initialize(self.DropdownFrame, function()
     local info = UIDropDownMenu_CreateInfo()