summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2014-10-29 23:30:57 -0700
committerTaylor Locke <kisuka@kisuka.com>2014-10-29 23:31:14 -0700
commit228a826dfdde3581f8e5d757ec458119d6079524 (patch)
tree52a052f2b26a5d03e33b85f7e73d025c91d5d111 /src/map/mob.h
parent04c7b7326365c4f68e64875ca3519a20c1f81b79 (diff)
downloadhercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.gz
hercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.bz2
hercules-228a826dfdde3581f8e5d757ec458119d6079524.tar.xz
hercules-228a826dfdde3581f8e5d757ec458119d6079524.zip
Added 2014 Halloween Event and made status change parameter optional on montransform.
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 848bfbb2f..f3937c0d1 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -16,7 +16,7 @@
// Change this to increase the table size in your mob_db to accommodate a larger mob database.
// Be sure to note that IDs 4001 to 4048 are reserved for advanced/baby/expanded classes.
// Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000
-#define MAX_MOB_DB 4000
+#define MAX_MOB_DB 5000
//The number of drops all mobs have and the max drop-slot that the steal skill will attempt to steal from.
#define MAX_MOB_DROP 10