Fix the enoucnter table not found bug from latest version

This commit is contained in:
Tercio Jose
2021-01-29 14:28:54 -03:00
parent a128d8b0c0
commit c72cdea178
+4
View File
@@ -503,9 +503,13 @@ function Details:StartMeUp() --I'll never stop!
wipe(Details.spell_school_cache or {})
wipe(Details.spell_pool or {})
wipe(Details.npcid_pool or {})
wipe(Details.current_exp_raid_encounters or {})
Details.data_wipes_exp["9"] = true
end
Details.boss_mods_timers.encounter_timers_dbm = Details.boss_mods_timers.encounter_timers_dbm or {}
Details.boss_mods_timers.encounter_timers_bw = Details.boss_mods_timers.encounter_timers_bw or {}
function Details:InstallOkey()
return true
end