From b04b3473296f986f856c40a7a744cd0c4206699e Mon Sep 17 00:00:00 2001 From: Cistoran Date: Mon, 8 Jun 2020 02:07:00 -0600 Subject: [PATCH] Remove print messages for Spell Reflect spell info --- core/parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index 62e277e7..b212a78c 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -533,7 +533,7 @@ who_flags = reflection.who_flags --data of the aura that caused the reflection - print("2", spellid, GetSpellInfo(spellid)) + --print("2", spellid, GetSpellInfo(spellid)) isreflected = spellid --which spell was reflected spellid = reflection.spellid --which spell made the reflection spellname = reflection.spellname @@ -1549,7 +1549,7 @@ --> damage ocurred first, so we have its data local amount = reflection_damage[who_serial][spellid].amount - print("1", spellid, GetSpellInfo(spellid)) + --print("1", spellid, GetSpellInfo(spellid)) local isreflected = spellid --which spell was reflected alvo_serial = reflection.who_serial alvo_name = reflection.who_name