diff Devian.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 790dca545f1d
children 7a36f5a92f0a
line wrap: on
line diff
--- a/Devian.lua	Mon Apr 10 13:22:20 2017 -0400
+++ b/Devian.lua	Tue Oct 17 16:57:38 2017 -0400
@@ -33,6 +33,7 @@
 function DevianCore:OnLoad ()
   self:RegisterEvent('ADDON_LOADED')
   self:RegisterEvent('PLAYER_LOGIN')
+
   self:SetShown(true)
 end