diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 23:49:05 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 23:49:05 +0000 |
commit | d4370c97fdca04e6c1d1fb8223acd08c0b140692 (patch) | |
tree | 778f894bb5e278d6f3958f8ca63e8baa59b6298b /src/common | |
parent | 1a418b0d54045b0cd7cef6bfee4d43412e6d3889 (diff) | |
download | hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.gz hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.bz2 hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.tar.xz hercules-d4370c97fdca04e6c1d1fb8223acd08c0b140692.zip |
- Cleanup/typo on homunc's code
- Modified @reloadmobdb & @reloadskilldb to reload homunc's db too
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index f8dba9a92..77d6c1dd6 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -121,6 +121,8 @@ #define HM_SKILLBASE 8000
#define MAX_HOMUNSKILL 16
#define MAX_HOMUNCULUS_CLASS 16 //[orn]
+#define HM_CLASS_BASE 6001
+#define HM_CLASS_MAX 6099
struct item {
int id;
|