Core/Creatures: Don't remove hovering from creatures that can fly
Port From (https://github.com/TrinityCore/TrinityCore/commit/8660655de03541e64fd1b2d8290dcb53e6ff4ec8)
This commit is contained in:
@@ -2511,7 +2511,7 @@ namespace Game.Entities
|
|||||||
else
|
else
|
||||||
SetDisableGravity(true);
|
SetDisableGravity(true);
|
||||||
|
|
||||||
if (!HasAuraType(AuraType.Hover))
|
if (!HasAuraType(AuraType.Hover) && GetMovementTemplate().Ground != CreatureGroundMovementType.Hover)
|
||||||
SetHover(false);
|
SetHover(false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user