diff options
author | megamage <none@none> | 2009-03-09 16:36:58 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-09 16:36:58 -0600 |
commit | f477021938b086080f7f5370e854b3a63f5900fd (patch) | |
tree | a58554823533ff057a0f0ef8891a32b9d3e8e0ed /src/game/WorldSession.cpp | |
parent | 2b5805065db7ee3a04fdf86e91c961bf7a0c70b5 (diff) |
[7404] Fixed cheating in rated arena matches by alt+f4. Author: Triply
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.cpp')
-rw-r--r-- | src/game/WorldSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index 8e7c2595923..01459930788 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -304,7 +304,7 @@ void WorldSession::LogoutPlayer(bool Save) } //drop a flag if player is carrying it if(BattleGround *bg = _player->GetBattleGround()) - bg->EventPlayerDroppedFlag(_player); + bg->EventPlayerLoggedOut(_player); ///- Teleport to home if the player is in an invalid instance if(!_player->m_InstanceValid && !_player->isGameMaster()) |