From cfe83ca1e35ae6220fa118bf3762388182bc3e18 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 3 Dec 2023 16:59:48 -0600 Subject: [PATCH] Use original cleu handler for Era. --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index e2184d55..3c83836f 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -6530,7 +6530,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,