diff options
author | n0n4m3 <none@none> | 2009-12-26 18:25:49 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-26 18:25:49 +0100 |
commit | 947b258479f4877f74007a174459aec804899479 (patch) | |
tree | 065c0cb64b0bdf7ef84e5619270a150a24479923 /src/game/Spell.h | |
parent | 066efa09e3ea27fcece68f609a097c12399233de (diff) |
Fixed Mana Gems, implement SPELL_EFFECT_CREATE_MANA_GEM and revert prev. commit...
--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 15af2664fa4..96d220bd696 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -364,6 +364,7 @@ class Spell void EffectSpecCount(uint32 i); void EffectActivateSpec(uint32 i); void EffectCastButtons(uint32 i); + void EffectRechargeManaGem(uint32 i); typedef std::set<Aura *> UsedSpellMods; |