diff options
author | megamage <none@none> | 2009-02-27 12:57:33 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-27 12:57:33 -0600 |
commit | 361f4b2e3c15e46865c21af0759fc73eb749a33a (patch) | |
tree | d1dcbbdb8054d114445f8635fdc04f293b509b31 /src/game/MovementHandler.cpp | |
parent | 31e71cef1b5ca91c739009df45221d322ecb65ec (diff) |
[7353] Fixed problem with joining rated arena matches. Thanks to balrok for help. Author: Triply
--HG--
branch : trunk
Diffstat (limited to 'src/game/MovementHandler.cpp')
-rw-r--r-- | src/game/MovementHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp index 83b024047d3..b41b04728da 100644 --- a/src/game/MovementHandler.cpp +++ b/src/game/MovementHandler.cpp @@ -96,7 +96,7 @@ void WorldSession::HandleMoveWorldportAckOpcode() // cleanup seting if outdated if(!mEntry->IsBattleGroundOrArena()) { - _player->SetBattleGroundId(0); // We're not in BG. + _player->SetBattleGroundId(0, BATTLEGROUND_TYPE_NONE); // We're not in BG. // reset destination bg team _player->SetBGTeam(0); } |