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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 */