*Correct elapsed time in BG/Arena by Trojan. Thank you.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-05-08 23:13:15 +02:00
parent 51b46c53b8
commit ca370ddbbe

View File

@@ -126,7 +126,9 @@ void BattleGround::Update(time_t diff)
//BG is empty
return;
WorldPacket data;
m_StartTime += diff;
// WorldPacket data;
if(GetRemovedPlayersSize())
{