From b519d163bb4d0fef7deb821ee72ae67519d84d54 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 14 Dec 2015 21:30:12 +0100 Subject: Added homun_id enum, replaced numeric constants with enum members Signed-off-by: Haru --- src/common/mmo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 8444a8d67..53ef322c2 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -182,9 +182,6 @@ // Base Homun skill. #define HM_SKILLBASE 8001 #define MAX_HOMUNSKILL 43 -#define MAX_HOMUNCULUS_CLASS 52 // [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) // Mail System #define MAIL_MAX_INBOX 30 -- cgit v1.2.3-70-g09d2