diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 6492abaf3a6..76d93255f34 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -1070,7 +1070,7 @@ void Unit::CastSpell(float x, float y, float z, uint32 spellId, bool triggered, Spell *spell = new Spell(this, spellInfo, triggered, originalCaster ); SpellCastTargets targets; - targets.setDst(x, y, z); + targets.setDst(x, y, z, GetOrientation()); if(OriginalVictim) targets.setUnitTarget(OriginalVictim); spell->m_CastItem = castItem; |