diff options
author | Meji <alvaro.megias@outlook.com> | 2023-06-18 19:18:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 19:18:56 +0200 |
commit | bb68fd73b498f6d6fc2c4414352c6e073a184304 (patch) | |
tree | a2157d62856e08712394ae847d2669d7719ad989 /src/server/game/Globals/ObjectMgr.h | |
parent | f4d35546b021ac9bc023c9d9c618f8ee3155122c (diff) |
Core/Creatures: Drop dynamic flags from creature and creature_template (#29041)
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.h')
-rw-r--r-- | src/server/game/Globals/ObjectMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Globals/ObjectMgr.h b/src/server/game/Globals/ObjectMgr.h index 592a9557547..f0b35c6aafa 100644 --- a/src/server/game/Globals/ObjectMgr.h +++ b/src/server/game/Globals/ObjectMgr.h @@ -1149,7 +1149,7 @@ class TC_GAME_API ObjectMgr CreatureModelInfo const* GetCreatureModelRandomGender(CreatureModel* model, CreatureTemplate const* creatureTemplate) const; CreatureSummonedData const* GetCreatureSummonedData(uint32 entryId) const; static CreatureModel const* ChooseDisplayId(CreatureTemplate const* cinfo, CreatureData const* data = nullptr); - static void ChooseCreatureFlags(CreatureTemplate const* cInfo, uint64* npcFlags, uint32* unitFlags, uint32* unitFlags2, uint32* unitFlags3, uint32* dynamicFlags, CreatureData const* data = nullptr); + static void ChooseCreatureFlags(CreatureTemplate const* cInfo, uint64* npcFlags, uint32* unitFlags, uint32* unitFlags2, uint32* unitFlags3, CreatureData const* data = nullptr); EquipmentInfo const* GetEquipmentInfo(uint32 entry, int8& id) const; CreatureAddon const* GetCreatureAddon(ObjectGuid::LowType lowguid) const; GameObjectAddon const* GetGameObjectAddon(ObjectGuid::LowType lowguid) const; |