diff options
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index ecf6ed90c2a..85d8c46771e 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -149,7 +149,7 @@ class SpellCastTargets void setUnitTarget(Unit *target); void setSrc(float x, float y, float z); void setSrc(Position *pos); - void setDst(float x, float y, float z, uint32 mapId = MAPID_INVALID); + void setDst(float x, float y, float z, float orientation, uint32 mapId = MAPID_INVALID); void setDst(Position *pos); uint64 getGOTargetGUID() const { return m_GOTargetGUID; } |