Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIM
Port From (https://github.com/TrinityCore/TrinityCore/commit/3e1eec081f717fc9ca102a22b28a99030415c8aa)
This commit is contained in:
@@ -414,6 +414,7 @@ namespace Game.Entities
|
|||||||
|
|
||||||
// Apply all other side effects of flag changes
|
// Apply all other side effects of flag changes
|
||||||
SetTemplateRooted(flags.HasFlag(CreatureStaticFlags.Sessile));
|
SetTemplateRooted(flags.HasFlag(CreatureStaticFlags.Sessile));
|
||||||
|
m_updateFlag.NoBirthAnim = flags.HasFlag(CreatureStaticFlags4.NoBirthAnim);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Update(uint diff)
|
public override void Update(uint diff)
|
||||||
|
|||||||
Reference in New Issue
Block a user