From 02b330a095d2310397aa0efd07c045f87a46bbdc Mon Sep 17 00:00:00 2001 From: m4tjz <61873220+m4tjz@users.noreply.github.com> Date: Sun, 17 May 2020 17:12:55 -0300 Subject: [PATCH] Update parser.lua --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index f476713a..1c13bbfa 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -1534,7 +1534,7 @@ end end local damage = reflection_damage[who_serial] and reflection_damage[who_serial][spellid] - local reflectionreflection = reflection_auras[alvo_serial] + local reflection = reflection_auras[alvo_serial] if (damage) then --> damage ocurred first, so we have its data amount = reflection_damage[who_serial][spellid].amount