From d6ae72f50152bf2a7df68ea0936aab1243d73bf8 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 28 Sep 2007 02:52:04 +0000 Subject: * Implemented Summer Outfit care of Zephyrus_CR. - Increased MAX_GUILDCASTLE in mmo.h to 29 for future implementation of the 12.1 Guild Castles. * Added constants for Summer Outfit and updated the Summer_Event_Suit item script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11321 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 8e757d81a..6e136c2ae 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -45,7 +45,7 @@ #define MAX_GUILDEXPULSION 32 #define MAX_GUILDALLIANCE 16 #define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [Sara-chan] -#define MAX_GUILDCASTLE 24 // increased to include novice castles [Valaris] +#define MAX_GUILDCASTLE 29 // increased to include novice castles [Valaris] #define MAX_GUILDLEVEL 50 #define MAX_GUARDIANS 8 //Local max per castle. [Skotlex] @@ -443,6 +443,7 @@ enum { JOB_GUNSLINGER, JOB_NINJA, JOB_XMAS, + JOB_SUMMER, JOB_NOVICE_HIGH = 4001, JOB_SWORDMAN_HIGH, -- cgit v1.2.3-70-g09d2