revert (core): Dismount helper (#15544)
* Revert "add (core): Dismount Helper (#15511)" This reverts commit1d5092d37f. * Revert "add (core): Dismount Helper (#15511)" This reverts commit1d5092d37f.
This commit is contained in:
parent
2f52fc9a85
commit
826ac63af3
1 changed files with 1 additions and 1 deletions
|
|
@ -13473,7 +13473,7 @@ void Unit::Dismount()
|
|||
if (Player* player = ToPlayer())
|
||||
{
|
||||
sScriptMgr->AnticheatSetUnderACKmount(player);
|
||||
ToPlayer()->SetCanTeleport(true);
|
||||
|
||||
if (Pet* pPet = player->GetPet())
|
||||
{
|
||||
if (pPet->HasUnitFlag(UNIT_FLAG_STUNNED) && !pPet->HasUnitState(UNIT_STATE_STUNNED))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue