diff options
author | QAston <none@none> | 2009-04-06 13:31:14 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-06 13:31:14 +0200 |
commit | 20c02ef7606557a3932d2a3ca052242224a53b4a (patch) | |
tree | 8b7718b7938184f9c0d0aa3dba70a46316786bfa /src/game/MovementHandler.cpp | |
parent | 850537ece97dde9ee788ebc6e2c8edd7285b0d00 (diff) |
*Update of aura system.
--HG--
branch : trunk
Diffstat (limited to 'src/game/MovementHandler.cpp')
-rw-r--r-- | src/game/MovementHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp index 28317cc1471..69a8572e7a5 100644 --- a/src/game/MovementHandler.cpp +++ b/src/game/MovementHandler.cpp @@ -150,7 +150,7 @@ void WorldSession::HandleMoveWorldportAckOpcode() // mount allow check if(!mEntry->IsMountAllowed()) - _player->RemoveSpellsCausingAura(SPELL_AURA_MOUNTED); + _player->RemoveAurasByType(SPELL_AURA_MOUNTED); // honorless target if(GetPlayer()->pvpInfo.inHostileArea) @@ -262,7 +262,7 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data ) plMover->UpdateFallInformationIfNeed(movementInfo,recv_data.GetOpcode()); if(plMover->isMovingOrTurning()) - plMover->RemoveSpellsCausingAura(SPELL_AURA_FEIGN_DEATH); + plMover->RemoveAurasByType(SPELL_AURA_FEIGN_DEATH); if(movementInfo.z < -500.0f) { |