New release
Leandro Silva [09-14-18 - 09:15]
diff --git a/LeoAltholic.lua b/LeoAltholic.lua
index d524889..b96e50d 100644
--- a/LeoAltholic.lua
+++ b/LeoAltholic.lua
@@ -2,7 +2,7 @@
LeoAltholic = {}
LeoAltholic.name = "LeoAltholic"
LeoAltholic.displayName = "Leo's Altholic"
-LeoAltholic.version = "0.9.3"
+LeoAltholic.version = "0.9.4"
LeoAltholic.maxTraits = select(3,GetSmithingResearchLineInfo(1,1))
LeoAltholic.jewelryMaxTraits = select(3,GetSmithingResearchLineInfo(7,1))
@@ -463,9 +463,10 @@ function LeoAltholic.OnAddOnLoaded(event, addonName)
end
end
-SCENE_MANAGER:RegisterTopLevel(LeoAltholicWindow, false)
+--SCENE_MANAGER:RegisterTopLevel(LeoAltholicWindow, false)
EVENT_MANAGER:RegisterForEvent(LeoAltholic.name, EVENT_ADD_ON_LOADED, LeoAltholic.OnAddOnLoaded)
EVENT_MANAGER:RegisterForEvent(LeoAltholic.name, EVENT_PLAYER_DEACTIVATED, LeoAltholic.OnPlayerDeactivated)
EVENT_MANAGER:RegisterForUpdate(LeoAltholic.name, 5000, function(...) LeoAltholic:OnUpdate(...) end)
EVENT_MANAGER:RegisterForEvent(LeoAltholic.name, EVENT_NEW_MOVEMENT_IN_UI_MODE, LeoAltholic.NewMovementInUIMode)
CHAMPION_PERKS_SCENE:RegisterCallback('StateChange', LeoAltholic.OnChampionPerksSceneStateChange)
+
diff --git a/LeoAltholic.txt b/LeoAltholic.txt
index 87887b4..ac6efcb 100644
--- a/LeoAltholic.txt
+++ b/LeoAltholic.txt
@@ -1,6 +1,6 @@
## Title: Leo's Altholic
## APIVersion: 100024
-## Version: 0.9.3
+## Version: 0.9.4
## Author: |c39B027@LeandroSilva|r
## SavedVariables: LeoAltholicSavedVariables
## OptionalDependsOn: LibFeedback