update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@565 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -53,7 +53,7 @@ int inter_guild_tosql(struct guild *g,int flag)
|
||||
// 16 `guild_expulsion` (`guild_id`,`name`,`mes`,`acc`,`account_id`,`rsv1`,`rsv2`,`rsv3`)
|
||||
// 32 `guild_skill` (`guild_id`,`id`,`lv`)
|
||||
|
||||
char t_name[100],t_master[24],t_mes1[60],t_mes2[120],t_member[24],t_position[24],t_alliance[24]; // temporay storage for str convertion;
|
||||
char t_name[100],t_master[24],t_mes1[60],t_mes2[240],t_member[24],t_position[24],t_alliance[24]; // temporay storage for str convertion;
|
||||
char t_ename[24],t_emes[40];
|
||||
char emblem_data[4096];
|
||||
int i=0;
|
||||
|
||||
Reference in New Issue
Block a user