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:
amber
2004-12-19 02:41:24 +00:00
parent de77ad9067
commit c056c6be90
7 changed files with 110 additions and 4 deletions

View File

@@ -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`");