Skip to content

Commit

Permalink
Merge pull request #636 from Flamanis/master
Browse files Browse the repository at this point in the history
Use original cleu handler for Era.
  • Loading branch information
Tercioo authored Dec 8, 2023
2 parents 7770099 + cfe83ca commit 28ad87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6576,7 +6576,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
end
end

if(isERA) then
if(false and isERA) then
eraNamedSpellsToID = {
["SPELL_PERIODIC_DAMAGE"] = true,
["SPELL_DAMAGE"] = true,
Expand Down

0 comments on commit 28ad87e

Please sign in to comment.