Explorar o código

Follow up to r:15318. Increased MAX_HOMUNCULUS_CLASS to 60 to allow new HomunS.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15322 54d463be-8e91-2dee-dedb-b68131a5f0ec
jmanfffreak %!s(int64=13) %!d(string=hai) anos
pai
achega
53658578b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/mmo.h

+ 1 - 1
src/common/mmo.h

@@ -151,7 +151,7 @@
 //Base Homun skill.
 #define HM_SKILLBASE 8001
 #define MAX_HOMUNSKILL 16
-#define MAX_HOMUNCULUS_CLASS	16	//[orn]
+#define MAX_HOMUNCULUS_CLASS	60	//[orn], Increased to 60 from 16 to allow new Homun-S.
 #define HM_CLASS_BASE 6001
 #define HM_CLASS_MAX (HM_CLASS_BASE+MAX_HOMUNCULUS_CLASS-1)