From 71bcdec848661f93f34e958f535041964b6f01de Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 23 Mar 2009 15:25:20 -0600 Subject: *Fix a typo in knockback effect. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 750130984eb..2df17636ad9 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5720,7 +5720,7 @@ void Spell::EffectKnockBack(uint32 i) else { x = m_caster->GetPositionX(); - y = m_caster->GetPositionX(); + y = m_caster->GetPositionY(); } float dx = unitTarget->GetPositionX() - x; -- cgit v1.2.3