diff options
| author | leak <leakzx@googlemail.com> | 2011-01-19 22:46:21 +0100 |
|---|---|---|
| committer | leak <leakzx@googlemail.com> | 2011-01-19 22:46:21 +0100 |
| commit | a7df9ddff1a4dc24d02e0c28276ff7a5f18dd764 (patch) | |
| tree | 7b2d48434fd41d3d65c4c2b1d92f714f350a9dca /src/server/worldserver/CommandLine | |
| parent | 471b6f138d3025a01c5410f19862f8ee05c4007d (diff) | |
SQL: Characters db storage type cleanup No. 4
Diffstat (limited to 'src/server/worldserver/CommandLine')
| -rwxr-xr-x | src/server/worldserver/CommandLine/CliRunnable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp index ec0282ddb5a..e8def4532e8 100755 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -159,7 +159,7 @@ bool ChatHandler::GetDeletedCharacterInfoList(DeletedInfoList& foundList, std::s // account name will be empty for not existed account sAccountMgr->GetName(info.accountId, info.accountName); - info.deleteDate = time_t(fields[3].GetUInt64()); + info.deleteDate = time_t(fields[3].GetUInt32()); foundList.push_back(info); } while (resultChar->NextRow()); |
