Fix the enoucnter table not found bug from latest version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user