Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIM

This commit is contained in:
Shauren
2024-02-05 21:39:25 +01:00
parent f63816fbf1
commit 3e1eec081f

View File

@@ -703,6 +703,7 @@ void Creature::ApplyAllStaticFlags(CreatureStaticFlagsHolder const& flags)
// Apply all other side effects of flag changes
SetTemplateRooted(flags.HasFlag(CREATURE_STATIC_FLAG_SESSILE));
m_updateFlag.NoBirthAnim = flags.HasFlag(CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIM);
}
void Creature::Update(uint32 diff)