aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraczman <none@none>2009-05-09 22:33:44 +0200
committerraczman <none@none>2009-05-09 22:33:44 +0200
commit3da1fb4dfc155062c29b2bc84eebdb609c0e7297 (patch)
treeaf87faceadd9179ddce949b93203236ccb850f2a
parent025a24f96ef04b4c76e54f0feb2f513dd7abe7de (diff)
parentca370ddbbecace13e8836366fbb743000592d232 (diff)
merge
--HG-- branch : trunk
-rw-r--r--src/game/BattleGround.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp
index c0ec88b78fb..6c8185b97d2 100644
--- a/src/game/BattleGround.cpp
+++ b/src/game/BattleGround.cpp
@@ -126,7 +126,9 @@ void BattleGround::Update(time_t diff)
//BG is empty
return;
- WorldPacket data;
+ m_StartTime += diff;
+
+ // WorldPacket data;
if(GetRemovedPlayersSize())
{