From eada7b359cb6f7aca97a076f4f91da532e0074b0 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Thu, 2 Dec 2010 14:17:07 +0000 Subject: * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14544 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 6a78d840c..fd29bc211 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -147,6 +147,10 @@ #define END_ACCOUNT_NUM 100000000 #define START_CHAR_NUM 150000 +//Guilds +#define MAX_GUILDMES1 60 +#define MAX_GUILDMES2 120 + //Base Homun skill. #define HM_SKILLBASE 8001 #define MAX_HOMUNSKILL 16 @@ -474,7 +478,7 @@ struct guild { char name[NAME_LENGTH],master[NAME_LENGTH]; struct guild_member member[MAX_GUILD]; struct guild_position position[MAX_GUILDPOSITION]; - char mes1[60],mes2[120]; + char mes1[MAX_GUILDMES1],mes2[MAX_GUILDMES2]; int emblem_len,emblem_id; char emblem_data[2048]; struct guild_alliance alliance[MAX_GUILDALLIANCE]; -- cgit v1.2.3-70-g09d2