mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Fixed some typos.
Updated quest status enum.
This commit is contained in:
parent
d19efbe1e4
commit
646b1a1ea4
3 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue