*Fix the knockback direction of Typhoon

--HG--
branch : trunk
This commit is contained in:
megamage
2009-09-01 19:41:54 -05:00
parent f808a461cc
commit a34ee29e9a
+1 -1
View File
@@ -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);