Fixed some typos.

Updated quest status enum.
This commit is contained in:
tomrus88 2010-03-31 05:43:14 +04:00
parent d19efbe1e4
commit 646b1a1ea4
3 changed files with 6 additions and 6 deletions

View file

@ -15707,7 +15707,7 @@ void Player::_LoadMails(QueryResult *result)
m->sender = fields[2].GetUInt32();
m->receiver = fields[3].GetUInt32();
m->subject = fields[4].GetCppString();
m->body = fields[5].GetUInt32();
m->body = fields[5].GetCppString();
bool has_items = fields[6].GetBool();
m->expire_time = (time_t)fields[7].GetUInt64();
m->deliver_time = (time_t)fields[8].GetUInt64();