Explorar el Código

Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16408 54d463be-8e91-2dee-dedb-b68131a5f0ec
daegaladh hace 13 años
padre
commit
6876525e47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/map/mob.h

+ 1 - 1
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.