aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-05 16:11:12 -0500
committermegamage <none@none>2009-08-05 16:11:12 -0500
commite7ebddfc9a8b576bf84e0dd5fd30cef2268de65e (patch)
tree81b4d99e45ca64f18014f56b1c29db3883836ce6 /src/game/SpellMgr.h
parent49e127727b962e94960b61ff7c097f3d705f2707 (diff)
[8306] Implement single-per-caster limitation for paladin "hand of" spells. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.h')
-rw-r--r--src/game/SpellMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h
index 42767a7df09..c85431256a0 100644
--- a/src/game/SpellMgr.h
+++ b/src/game/SpellMgr.h
@@ -121,6 +121,7 @@ enum SpellSpecific
SPELL_MAGE_ARCANE_BRILLANCE = 24,
SPELL_WARRIOR_ENRAGE = 25,
SPELL_PRIEST_DIVINE_SPIRIT = 26,
+ SPELL_HAND = 27,
};
#define SPELL_LINKED_MAX_SPELLS 200000