diff options
author | megamage <none@none> | 2009-05-29 14:16:30 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-29 14:16:30 -0500 |
commit | 94ca55af86ae30f52a239a6cd3222b4952049205 (patch) | |
tree | 508e9e2f0f121e77e06f7d50e6faebb1f1ad1000 /src | |
parent | 66faf147f9ae24019599c8adb9d45f92e7bdce8e (diff) |
*Fix a crash. Thanks to DaGNU.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/OutdoorPvP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/OutdoorPvP.cpp b/src/game/OutdoorPvP.cpp index fe604dc8ac9..f9a4b3840c2 100644 --- a/src/game/OutdoorPvP.cpp +++ b/src/game/OutdoorPvP.cpp @@ -317,7 +317,7 @@ void OutdoorPvP::HandlePlayerLeaveZone(Player * plr, uint32 zone) if(!plr->GetSession()->PlayerLogout()) SendRemoveWorldStates(plr); m_players[plr->GetTeamId()].erase(plr); - sLog.outDebug("Player %s left an outdoorpvp zone"); + sLog.outDebug("Player %s left an outdoorpvp zone", plr->GetName()); } bool OutdoorPvP::Update(uint32 diff) |