diff options
author | click <none@none> | 2010-04-18 23:20:07 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-18 23:20:07 +0200 |
commit | fdd8d2f3cc7108043f6bad036b994770f904866f (patch) | |
tree | 7aa8682b7b19a688120158bf4e2bf3232c2e9aa3 /src/game/Spell.h | |
parent | f928c04734041f1078af72fe7abf8b2c2022d6a4 (diff) |
Move around and do some changes to homebinding, thanks to Vladimir
* Adds support for spelltarget-positions
* Uses areaname instead of zonename on hearthstone
Add homebind animation to player, with cast from innkeeper
--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 2793a31ba16..a9f73adb13f 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -283,6 +283,7 @@ class Spell void EffectPowerBurn(uint32 i); void EffectPowerDrain(uint32 i); void EffectHeal(uint32 i); + void EffectBind(uint32 i); void EffectHealthLeech(uint32 i); void EffectQuestComplete(uint32 i); void EffectCreateItem(uint32 i); |