Mercurial > wow > devian
comparison 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 |
comparison
equal
deleted
inserted
replaced
106:f8ed212558c1 | 107:8dc0c1917890 |
---|---|
31 DevianCore = {} | 31 DevianCore = {} |
32 | 32 |
33 function DevianCore:OnLoad () | 33 function DevianCore:OnLoad () |
34 self:RegisterEvent('ADDON_LOADED') | 34 self:RegisterEvent('ADDON_LOADED') |
35 self:RegisterEvent('PLAYER_LOGIN') | 35 self:RegisterEvent('PLAYER_LOGIN') |
36 | |
36 self:SetShown(true) | 37 self:SetShown(true) |
37 end | 38 end |
38 | 39 |
39 function DevianCore:OnEvent(event, arg) | 40 function DevianCore:OnEvent(event, arg) |
40 if event == 'ADDON_LOADED' or event == 'PLAYER_LOGIN' then | 41 if event == 'ADDON_LOADED' or event == 'PLAYER_LOGIN' then |