summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-09 22:57:03 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-09 22:57:03 +0000
commitd4af767c7bc60c330cdc9b470e770bc382b3121e (patch)
tree99f06a2c3453c4d029a10f230548f5ed9eec5423 /src/map/mob.h
parentef6249a84ac41ff029ee37dde1e8c9427515198f (diff)
downloadhercules-d4af767c7bc60c330cdc9b470e770bc382b3121e.tar.gz
hercules-d4af767c7bc60c330cdc9b470e770bc382b3121e.tar.bz2
hercules-d4af767c7bc60c330cdc9b470e770bc382b3121e.tar.xz
hercules-d4af767c7bc60c330cdc9b470e770bc382b3121e.zip
- Reduced drop slots from 15 to 10.
- Updated mob_db.sql with the current data. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6539 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 26fbb4875..3eea67ec4 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -10,7 +10,7 @@
#define MAX_RANDOMMONSTER 3
#define MAX_MOB_RACE_DB 6
#define MAX_MOB_DB 10000
-#define MAX_MOB_DROP 15
+#define MAX_MOB_DROP 10
/* Change this to increase the table size in your mob_db to accomodate
a larger mob database. Be sure to note that IDs 4001 to 4048 are reserved for advanced/baby/expanded classes.
*/