aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Battlegrounds/Battleground.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Battlegrounds/Battleground.h')
-rw-r--r--src/server/game/Battlegrounds/Battleground.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Battleground.h b/src/server/game/Battlegrounds/Battleground.h
index 5bbb0eeeca8..f8bf078651e 100644
--- a/src/server/game/Battlegrounds/Battleground.h
+++ b/src/server/game/Battlegrounds/Battleground.h
@@ -288,7 +288,7 @@ class TC_GAME_API Battleground
/* achievement req. */
virtual bool IsAllNodesControlledByTeam(uint32 /*team*/) const { return false; }
- void StartCriteriaTimer(CriteriaStartEvent startEvent, uint32 entry);
+ void TriggerGameEvent(uint32 gameEventId);
virtual bool CheckAchievementCriteriaMeet(uint32 /*criteriaId*/, Player const* /*player*/, Unit const* /*target*/ = nullptr, uint32 /*miscvalue1*/ = 0);
/* Battleground */