feat(ScriptMgr): add OnArenaStart hook (#19922)
This commit is contained in:
parent
c42b3ee258
commit
f6e9bd51fd
4 changed files with 11 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue