mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Core/Hooks): Added new hook for pvp flag state (#8336)
This commit is contained in:
@@ -1475,6 +1475,7 @@ void Player::UpdatePvP(bool state, bool _override)
|
||||
}
|
||||
|
||||
RemoveFlag(PLAYER_FLAGS, PLAYER_FLAGS_PVP_TIMER);
|
||||
sScriptMgr->OnPlayerPVPFlagChange(this, state);
|
||||
}
|
||||
|
||||
void Player::UpdatePotionCooldown(Spell* spell)
|
||||
|
||||
Reference in New Issue
Block a user