feat(Core/Hook): New PlayerScript hook "OnPetInitStatsForLevel" (#2556)
This commit is contained in:
parent
0a97359c53
commit
dd81c21968
3 changed files with 13 additions and 0 deletions
|
|
@ -1750,6 +1750,11 @@ bool ScriptMgr::CanJoinInBattlegroundQueue(Player* player, uint64 BattlemasterGu
|
|||
return ret;
|
||||
}
|
||||
|
||||
void ScriptMgr::OnPetInitStatsForLevel(Pet* pet)
|
||||
{
|
||||
FOREACH_SCRIPT(PlayerScript)->OnPetInitStatsForLevel(pet);
|
||||
}
|
||||
|
||||
// Account
|
||||
void ScriptMgr::OnAccountLogin(uint32 accountId)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue