diff options
| -rw-r--r-- | src/game/SpellEffects.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 4adb4426480..ff810a3efb7 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6416,7 +6416,7 @@ void Spell::EffectKnockBack(uint32 i)          return;      float x, y; -    if(m_targets.HasDst()) +    if(m_targets.HasDst() && !m_targets.HasTraj())          m_targets.m_dstPos.GetPosition(x, y);      else          m_caster->GetPosition(x, y);  | 
