*Fix Desecration.

*Correct a typo which made some of charged auras to be not dropped.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-11 13:03:06 +02:00
parent 043932dbea
commit 4dc5242a69
7 changed files with 50 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);
}