Some quest log changes and removed one of the set char offline calls that was added in revision 12552.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12557 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Kevin
2008-04-11 02:42:30 +00:00
parent 9bcdb353a4
commit 12aff369d9
3 changed files with 5 additions and 2 deletions

View File

@@ -1216,7 +1216,7 @@ int mmo_char_fromsql(int char_id, struct mmo_charstatus* p, bool load_everything
memcpy(&p->quest_log[i].objectives[j], &tmp_quest_obj, sizeof(tmp_quest_obj));
p->quest_log[i].num_objectives = j+1;
}
p->num_quests = i+1;
p->num_quests = i;
strcat(t_msg, " quests");
SqlStmt_Free(stmt2);