diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 9cd6c4f90..3509692a3 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -383,6 +383,10 @@ enum { GD_DEVELOPMENT=10014,
};
+//Base Homun skill.
+#define HM_SKILLBASE 8001
+#define MAX_HOMUNSKILL 16
+
//These mark the ID of the jobs, as expected by the client. [Skotlex]
enum {
JOB_NOVICE,
|