aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-10 21:53:11 +0100
committerQAston <none@none>2009-03-10 21:53:11 +0100
commitfec6be8a7428cdf3328f0480f6b85a56f283b79d (patch)
treeb2e72dc415fd9c81902cf4e1fa8923cd8d16c0ae /src
parent196c8c933119a849d65196cc1198e4d48cf8b59d (diff)
*Fix compile.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h
index dd3b223ad77..e512af4b850 100644
--- a/src/game/SpellMgr.h
+++ b/src/game/SpellMgr.h
@@ -319,7 +319,7 @@ enum SpellSpecific
SPELL_FOOD = 20,
SPELL_PRESENCE = 21,
SPELL_CHARM = 22,
- SPELL_SCROLL = 22
+ SPELL_SCROLL = 23
};
#define SPELL_LINKED_MAX_SPELLS 200000