CoreCore/NetworkIO: Fix disconnect when canceling character creation

Remove the filter on CMSG_CHAR_ENUM added in 59b4c34924 since the same opcode is already throttled in the new improved system. DoS attacks using this opcode are still mitigated with same effect of before.
Fixes #10915
This commit is contained in:
jackpoz
2014-05-29 21:11:41 +02:00
parent b92e1046be
commit 65917f52ea
2 changed files with 1 additions and 11 deletions
-1
View File
@@ -569,7 +569,6 @@ void WorldSession::LogoutPlayer(bool save)
m_playerLogout = false;
m_playerSave = false;
m_playerRecentlyLogout = true;
AntiDOS.AllowOpcode(CMSG_CHAR_ENUM, true);
LogoutRequest(0);
}