diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 12:45:45 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 12:45:45 +0000 |
commit | 7649499061d19ab7dafa05f39982279103dae1bb (patch) | |
tree | eb1e927ab5cd11707adcb55fa41dca1cb9bdc788 /src/map/mob.h | |
parent | 67220f68eefe6eaf00637bf467ccf1c7502d80fb (diff) | |
download | hercules-7649499061d19ab7dafa05f39982279103dae1bb.tar.gz hercules-7649499061d19ab7dafa05f39982279103dae1bb.tar.bz2 hercules-7649499061d19ab7dafa05f39982279103dae1bb.tar.xz hercules-7649499061d19ab7dafa05f39982279103dae1bb.zip |
Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16408 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 953bc287d..10d16fd4e 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -11,7 +11,7 @@ #include "unit.h" // unit_stop_walking(), unit_stop_attack() #include "npc.h" -#define MAX_RANDOMMONSTER 4 +#define MAX_RANDOMMONSTER 5 // 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. |