* Added names to the SC_ and SI_ enums, now they can be used to properly indicate where such values are to be used (replaces usage of 'int')
* removed MIN_/MAX_PORTAL_MEMO, set MAX_MEMOPOINTS from 10 to 3 * removed support for @go-ing to your memo points * simplified the overly verbose @memo command; now re-uses pc_memo() * cleaned up pc_memo(), now uses semi-correct packet replies * Minor code cleaning/formatting git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11625 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1569,7 +1569,6 @@ int mapif_parse_GuildBasicInfoChange(int fd,int guild_id,int type,const char *da
|
||||
switch(type)
|
||||
{
|
||||
case GBI_GUILDLV:
|
||||
ShowDebug("GBI_GUILDLV\n");
|
||||
if(dw>0 && g->guild_lv+dw<=50)
|
||||
{
|
||||
g->guild_lv+=dw;
|
||||
|
||||
Reference in New Issue
Block a user