diff options
| author | maximius <none@none> | 2009-11-19 04:36:20 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-19 04:36:20 -0800 |
| commit | 4abed08f4d4c39ac1b0d242950753a31a7930166 (patch) | |
| tree | f4e512336bc3074218d53960fabc5b2982aa66fe /src/game/SpellEffects.cpp | |
| parent | ffe4451dc2cefe429d81fbd7bef69452eef619a6 (diff) | |
*Implement second part of Furor, closes #333.
*Add missed part of last commit (oops)
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -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 5198722ba85..91ca1d04471 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6750,7 +6750,7 @@ void Spell::EffectPlayerPull(uint32 i) if(!unitTarget) return; - unitTarget->GetMotionMaster()->MoveJump(m_caster->GetPositionX(), m_caster->GetPositionY(), float(damage ? damage : unitTarget->GetDistance2d(m_caster)), float(m_spellInfo->EffectMiscValue[i])/10); + unitTarget->GetMotionMaster()->MoveJump(m_caster->GetPositionX(), m_caster->GetPositionY(), m_caster->GetPositionZ(), float(damage ? damage : unitTarget->GetDistance2d(m_caster)), float(m_spellInfo->EffectMiscValue[i])/10); } void Spell::EffectDispelMechanic(uint32 i) |
