aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-03 16:55:09 +0200
committerQAston <none@none>2009-05-03 16:55:09 +0200
commitf9b13b45e09e06ce2400c5e93a97ac2459d7159c (patch)
tree023080c95306487d6acbc92f2d036e38bbe5b42c /src/game/SpellMgr.h
parentb5b5eeb81501e64f3fec867b527306580509a32d (diff)
*Fix grounding totem.
*Fix runic power regeneration of butchery *Fix some problems with master of subtlety buff expire. *Do not allow arcane intellect and brillance to stack. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.h')
-rw-r--r--src/game/SpellMgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h
index 315fdc1ae17..8933931ea64 100644
--- a/src/game/SpellMgr.h
+++ b/src/game/SpellMgr.h
@@ -137,7 +137,8 @@ enum SpellSpecific
SPELL_FOOD = 20,
SPELL_PRESENCE = 21,
SPELL_CHARM = 22,
- SPELL_SCROLL = 23
+ SPELL_SCROLL = 23,
+ SPELL_MAGE_ARCANE_BRILLANCE = 24
};
#define SPELL_LINKED_MAX_SPELLS 200000