mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded. Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
406ac0abe5
commit
95840fd2c3
337 changed files with 3025 additions and 3025 deletions
|
|
@ -5091,7 +5091,7 @@ bool ChatHandler::HandleBanListHelper(QueryResult* result)
|
|||
// "account" case, name can be get in same quary
|
||||
if(result->GetFieldCount() > 1)
|
||||
account_name = fields[1].GetCppString();
|
||||
// "character" case, name need extract from another DB
|
||||
// "character" case, name need extract from another DB
|
||||
else
|
||||
accmgr.GetName (account_id,account_name);
|
||||
|
||||
|
|
@ -5140,7 +5140,7 @@ bool ChatHandler::HandleBanListIPCommand(const char* args)
|
|||
loginDatabase.escape_string(filter);
|
||||
|
||||
QueryResult* result;
|
||||
|
||||
|
||||
if(filter.empty())
|
||||
{
|
||||
result = loginDatabase.Query ("SELECT ip,bandate,unbandate,bannedby,banreason FROM ip_banned"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue