*Allow Illumination to proc on Holy Shock.

--HG--
branch : trunk
This commit is contained in:
Destalker
2009-07-11 21:32:41 +02:00
parent 84644b7644
commit ff7a90db5f
4 changed files with 14 additions and 6 deletions

View File

@@ -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);
}