diff options
Diffstat (limited to 'src/game/BattleGroundAV.h')
-rw-r--r-- | src/game/BattleGroundAV.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAV.h b/src/game/BattleGroundAV.h index e80ad47d869..f9343ddfcbc 100644 --- a/src/game/BattleGroundAV.h +++ b/src/game/BattleGroundAV.h @@ -1500,7 +1500,7 @@ class BattleGroundAV : public BattleGround public: BattleGroundAV(); ~BattleGroundAV(); - void Update(time_t diff); + void Update(uint32 diff); /* inherited from BattlegroundClass */ virtual void AddPlayer(Player *plr); |