diff options
author | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 00:20:59 +0000 |
---|---|---|
committer | ajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-19 00:20:59 +0000 |
commit | 50a801821756669f42084b7deacf3c8c92a077b0 (patch) | |
tree | cc472610392242389847738b633d44fdd4b302d8 /src/common/mmo.h | |
parent | ab2745cb7a8265fbd8defdb819100c9218e0a7ea (diff) | |
download | hercules-50a801821756669f42084b7deacf3c8c92a077b0.tar.gz hercules-50a801821756669f42084b7deacf3c8c92a077b0.tar.bz2 hercules-50a801821756669f42084b7deacf3c8c92a077b0.tar.xz hercules-50a801821756669f42084b7deacf3c8c92a077b0.zip |
My frist cahnge, hopefully it's not my last...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@614 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 5483e30d2..f6150d39a 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -54,6 +54,8 @@ #define MIN_CLOTH_COLOR battle_config.min_cloth_color #define MAX_CLOTH_COLOR battle_config.max_cloth_color +#define MIN_CHAR_ID 150000 // shouldn't ever be changed, the client requires this min value [Ajarn] + // for produce #define MIN_ATTRIBUTE 0 #define MAX_ATTRIBUTE 4 @@ -265,8 +267,8 @@ struct guild_castle { int Ghp4; int Ghp5; int Ghp6; - int Ghp7; - int GID0; + int Ghp7; + int GID0; int GID1; int GID2; int GID3; |