feat(ScriptMgr): add OnArenaStart hook (#19922)

This commit is contained in:
Stefano Borzì
2024-09-11 16:18:36 +02:00
committed by GitHub
parent c42b3ee258
commit f6e9bd51fd
4 changed files with 11 additions and 0 deletions

View File

@@ -648,6 +648,7 @@ public: /* ArenaScript */
void OnGetPoints(ArenaTeam* team, uint32 memberRating, float& points);
bool CanSaveToDB(ArenaTeam* team);
bool OnBeforeArenaCheckWinConditions(Battleground* const bg);
void OnArenaStart(Battleground* const bg);
public: /* MiscScript */