diff options
author | megamage <none@none> | 2009-08-27 20:14:50 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-27 20:14:50 -0500 |
commit | eeb18e51bb7a539116e0a92f1db557f8727042ff (patch) | |
tree | d47780c48748754c624f69508826d1cf24cb4634 /src/game/Spell.h | |
parent | 90b55ff7b15bb243fce40ec733630bc605bf04a9 (diff) |
*Correctly process more movement packets. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 93b383bed3d..c9018ee7b53 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -328,7 +328,7 @@ class Spell void EffectResurrect(uint32 i); void EffectParry(uint32 i); void EffectBlock(uint32 i); - void EffectMomentMove(uint32 i); + void EffectLeapForward(uint32 i); void EffectTransmitted(uint32 i); void EffectDisEnchant(uint32 i); void EffectInebriate(uint32 i); |