aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundAB.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundAB.h')
-rw-r--r--src/game/BattleGroundAB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAB.h b/src/game/BattleGroundAB.h
index 464108d63c9..fca7986bc24 100644
--- a/src/game/BattleGroundAB.h
+++ b/src/game/BattleGroundAB.h
@@ -238,7 +238,7 @@ class BattleGroundAB : public BattleGround
BattleGroundAB();
~BattleGroundAB();
- void Update(time_t diff);
+ void Update(uint32 diff);
void AddPlayer(Player *plr);
void RemovePlayer(Player *plr,uint64 guid);
void HandleAreaTrigger(Player *Source, uint32 Trigger);