From 94ca55af86ae30f52a239a6cd3222b4952049205 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 29 May 2009 14:16:30 -0500 Subject: *Fix a crash. Thanks to DaGNU. --HG-- branch : trunk --- src/game/OutdoorPvP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3