diff options
| author | megamage <none@none> | 2009-04-11 22:41:15 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-11 22:41:15 -0500 |
| commit | dda2fdff33a6d12d6e8f2913fbb439d9b670890f (patch) | |
| tree | b8f581a7489ce71492ecc15a782ff08e9a5e75f6 /src/game/Spell.h | |
| parent | 1d640d02726683e73c455ddda3354cf77925a957 (diff) | |
*Implement spell Disengage and Death Grip.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
| -rw-r--r-- | src/game/Spell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 7c52a4e8bb3..e75bfb31eb9 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -278,6 +278,7 @@ class Spell void EffectSummonWild(uint32 i); void EffectHealMechanical(uint32 i); void EffectJump(uint32 i); + void EffectJump2(uint32 i); void EffectTeleUnitsFaceCaster(uint32 i); void EffectLearnSkill(uint32 i); void EffectAddHonor(uint32 i); |
