Improvements on skin installation

This commit is contained in:
Tercio Jose
2022-04-28 16:44:04 -03:00
parent 1afb897904
commit dfd3fa8406
4 changed files with 49 additions and 12 deletions
+6
View File
@@ -5662,6 +5662,12 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
--load auto run code
Details:StartAutoRun()
Details.isLoaded = true
end
function Details.IsLoaded()
return Details.isLoaded
end
function _detalhes.parser_functions:ADDON_LOADED (...)