diff options
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r-- | src/game/Creature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 8f123dad406..781de31b049 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -236,6 +236,7 @@ struct CreatureInfo uint32 MechanicImmuneMask; uint32 flags_extra; uint32 ScriptID; + uint32 GetRandomValidModelIdIncludingNativeId(uint32 native_id) const; uint32 GetRandomValidModelId() const; uint32 GetFirstValidModelId() const; |