Skip to content

Commit

Permalink
Change error messagee used for IP banned players
Browse files Browse the repository at this point in the history
  • Loading branch information
StadenElysium committed Apr 2, 2017
1 parent 5fd757c commit 8958049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realmd/AuthSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ bool AuthSocket::_HandleLogonChallenge()
"(unbandate = bandate OR unbandate > UNIX_TIMESTAMP()) AND ip = '%s'", address.c_str());
if (result)
{
pkt << (uint8)WOW_FAIL_BANNED;
pkt << (uint8)WOW_FAIL_DB_BUSY;
BASIC_LOG("[AuthChallenge] Banned ip %s tries to login!", get_remote_address().c_str());
delete result;
}
Expand Down

0 comments on commit 8958049

Please sign in to comment.