mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
feat(Core/Hook): New PlayerScript hook "OnPetInitStatsForLevel" (#2556)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user