Core/Units: reverted an unintended change

This commit is contained in:
Ovalord
2018-02-14 20:44:46 +01:00
parent 84d980742d
commit d4bd425306

View File

@@ -8043,7 +8043,6 @@ void Unit::Mount(uint32 mount, uint32 VehicleId, uint32 creatureEntry)
{
if (mount)
SetUInt32Value(UNIT_FIELD_MOUNTDISPLAYID, mount);
SetObjectScale(GetObjectScale());
SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_MOUNT);