mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user