Skip to content

Commit

Permalink
Fix the enoucnter table not found bug from latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jan 29, 2021
1 parent a128d8b commit c72cdea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c72cdea

Please sign in to comment.