Ver código fonte

- Changed the MAX_MOBSKILL value to 50 to give some 'breathing' room.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5367 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 anos atrás
pai
commit
d090ba1d51
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/map/map.h

+ 1 - 1
src/map/map.h

@@ -37,7 +37,7 @@
 #define MAX_SKILLUNITGROUPTICKSET 32
 #define MAX_SKILLTIMERSKILL 32
 #define MAX_MOBSKILLTIMERSKILL 10
-#define MAX_MOBSKILL 40
+#define MAX_MOBSKILL 50
 #define MAX_MOB_LIST_PER_MAP 128
 #define MAX_EVENTQUEUE 2
 #define MAX_EVENTTIMER 32