diff options
Diffstat (limited to 'src/server/scripts/Commands')
| -rw-r--r-- | src/server/scripts/Commands/cs_account.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp index 09c5c6c6007..b52102479b5 100644 --- a/src/server/scripts/Commands/cs_account.cpp +++ b/src/server/scripts/Commands/cs_account.cpp @@ -227,8 +227,8 @@ public:                  Field* fieldsLogin = resultLogin->Fetch();                  handler->PSendSysMessage(LANG_ACCOUNT_LIST_LINE,                      fieldsLogin[0].GetCString(), name.c_str(), fieldsLogin[1].GetCString(), -                    fieldsDB[2].GetUInt16(), fieldsDB[3].GetUInt16(), fieldsLogin[3].GetUInt32(), -                    fieldsLogin[2].GetUInt32()); +                    fieldsDB[2].GetUInt16(), fieldsDB[3].GetUInt16(), fieldsLogin[3].GetUInt8(), +                    fieldsLogin[2].GetUInt8());              }              else                  handler->PSendSysMessage(LANG_ACCOUNT_LIST_ERROR, name.c_str()); | 
