diff options
author | tartalo <none@none> | 2009-11-07 18:47:11 +0100 |
---|---|---|
committer | tartalo <none@none> | 2009-11-07 18:47:11 +0100 |
commit | 5b7ef6fd2fd95e944807f07dcf181b9f1e4ea573 (patch) | |
tree | fa91e4f72eed68a5b7198dbbf031ceb7d288c444 /src/game/Spell.h | |
parent | c922e2a3052b5353d4a64dbe140e3d5bb291c805 (diff) |
Set proper orientation after being teleported by spell, by Spp. Closes #100
--HG--
branch : trunk
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; } |