feat(Core/Scripts): added OnAfterSpecSlotChanged hook (#17637)

This commit is contained in:
KJack
2023-11-07 11:46:08 -05:00
committed by GitHub
parent 95d9e52440
commit f417a166bc
3 changed files with 14 additions and 0 deletions

View File

@@ -15171,6 +15171,8 @@ void Player::ActivateSpec(uint8 spec)
else
++iter;
}
sScriptMgr->OnAfterSpecSlotChanged(this, GetActiveSpec());
}
void Player::LoadActions(PreparedQueryResult result)