aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellHandler.cpp
diff options
context:
space:
mode:
authorDestalker <none@none>2009-07-11 21:32:41 +0200
committerDestalker <none@none>2009-07-11 21:32:41 +0200
commitff7a90db5f8503bbc177f33bbc6221b3dd56bf37 (patch)
tree8ef39ae12bde61e5fc48877c472e04fc26c16a5e /src/game/SpellHandler.cpp
parent84644b764412fcf36bd3014fc290b7de5f22f863 (diff)
*Allow Illumination to proc on Holy Shock.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellHandler.cpp')
-rw-r--r--src/game/SpellHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp
index 0e9261598a8..74313eaa38b 100644
--- a/src/game/SpellHandler.cpp
+++ b/src/game/SpellHandler.cpp
@@ -359,7 +359,7 @@ void WorldSession::HandleCastSpellOpcode(WorldPacket& recvPacket)
}
Spell *spell = new Spell(mover, spellInfo, false);
- spell->m_cast_count = ++cast_count; // set count of casts
+ spell->m_cast_count = cast_count; // set count of casts
spell->prepare(&targets);
}