summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-30 05:33:44 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-30 20:08:05 +0200
commit1b9ce2b53e26ed2d983efb9da10eb2be89d6d705 (patch)
tree1e1a6071fdf11515bf9f3e98fc83b7117045a241 /src/defines.h
parentfbc40366c8a50a695fcb913c5f25d717330e9672 (diff)
Lua: Migrate spell schools to C
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h
index 099d3fe1..9b0a512a 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -871,6 +871,11 @@
#define SCHOOL_SPELLS_MAX 200
/*
+ * Maximum number of spell schools
+ */
+#define SCHOOLS_MAX 50
+
+/*
* Number of effects
*/
#define MAX_EFFECTS 128