Skip to content

Commit

Permalink
Merge pull request #75 from Cistoran/master
Browse files Browse the repository at this point in the history
Remove print messages for Spell Reflect spell info
  • Loading branch information
Tercioo authored Jun 8, 2020
2 parents 5384f58 + b04b347 commit 5227443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5227443

Please sign in to comment.