Core/Auras: Implemented new aura type 487 (SPELL_AURA_COSMETIC_MOUNTED)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a0c4a3071cebf3d755a9bdb8e07d93b17f354db3)
This commit is contained in:
@@ -1301,6 +1301,7 @@ namespace Game.Entities
|
||||
|
||||
public void Mount(uint mount, uint VehicleId = 0, uint creatureEntry = 0)
|
||||
{
|
||||
RemoveAurasByType(AuraType.CosmeticMounted);
|
||||
if (mount != 0)
|
||||
SetMountDisplayId(mount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user