aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.h')
-rw-r--r--src/game/Player.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index 4e92c6e0774..93574049bad 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -2618,8 +2618,10 @@ class Player : public Unit, public GridObject<Player>
uint32 m_ChampioningFaction;
- uint32 m_timeSyncCount;
- uint32 m_timeSyncTimer;
+ uint32 m_timeSyncCounter;
+ uint32 m_timeSyncTimer;
+ uint32 m_timeSyncClient;
+ uint32 m_timeSyncServer;
};
void AddItemsSetItem(Player*player,Item *item);