diff options
author | megamage <none@none> | 2009-04-30 16:31:05 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-30 16:31:05 -0500 |
commit | 48dab8af91eadec76f59d0cd3d99fc7fca3a69e9 (patch) | |
tree | 97dbed833e095599a50d5877aa8c4943660d9fb1 /src/game/SpellHandler.cpp | |
parent | d6b1013763a4405ec844ace19398c2bda5b5940e (diff) | |
parent | eb9328e4dbd5e136728f90ae794da1066688953f (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellHandler.cpp')
-rw-r--r-- | src/game/SpellHandler.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp index b98d693c416..5cd5da67118 100644 --- a/src/game/SpellHandler.cpp +++ b/src/game/SpellHandler.cpp @@ -347,12 +347,8 @@ void WorldSession::HandleCancelCastOpcode(WorldPacket& recvPacket) recvPacket >> counter; recvPacket >> spellId; - //FIXME: hack, ignore unexpected client cancel Deadly Throw cast - if(spellId==26679) - return; - if(_player->IsNonMeleeSpellCasted(false)) - _player->InterruptNonMeleeSpells(false,spellId); + _player->InterruptNonMeleeSpells(false,spellId,false); } void WorldSession::HandleCancelAuraOpcode( WorldPacket& recvPacket) |