guild_cache
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@619 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -958,7 +958,7 @@ int mmo_char_fromsql(int char_id, struct mmo_charstatus *p, int online){
|
||||
|
||||
for(i=0;i<20;i++) {
|
||||
p->friend_id[i] = 0;
|
||||
sprintf(p->friend_name[i], "");
|
||||
p->friend_name[i][0] = '\0';
|
||||
}
|
||||
|
||||
tmp_p += sprintf(tmp_p, "SELECT `id`, `account_id`");
|
||||
|
||||
Reference in New Issue
Block a user