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

@@ -611,6 +611,8 @@ inline void Battleground::_ProcessJoin(uint32 diff)
}
m_ToBeTeleported.clear();
}
sScriptMgr->OnArenaStart(this);
}
else
{