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 3ffaa5e401f..0866877a3f5 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -418,6 +418,7 @@ class Creature : public Unit, public GridObject<Creature> void Update(uint32 time); // overwrited Unit::Update void GetRespawnCoord(float &x, float &y, float &z, float* ori = NULL, float* dist =NULL) const; uint32 GetEquipmentId() const { return GetCreatureInfo()->equipmentId; } + uint32 GetSpellIdForDifficulty(uint32 spellId); void SetCorpseDelay(uint32 delay) { m_corpseDelay = delay; } bool isRacialLeader() const { return GetCreatureInfo()->RacialLeader; } |