From 50a801821756669f42084b7deacf3c8c92a077b0 Mon Sep 17 00:00:00 2001 From: ajarn Date: Sun, 19 Dec 2004 00:20:59 +0000 Subject: 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 --- src/common/mmo.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/common/mmo.h') 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; -- cgit v1.2.3-70-g09d2