Core/PacketIO: Updated ResponseCodes enum for 9.0.2

Port From (https://github.com/TrinityCore/TrinityCore/commit/9819ee1a6ad73185f2198e1c0b4e0d70bcc9e7be)
This commit is contained in:
hondacrx
2020-12-14 14:06:50 -05:00
parent 56d007da4c
commit 01cd9b2c6e
2 changed files with 62 additions and 63 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ namespace Game
if (checkDemonHunterReqs && !hasDemonHunterReqLevel)
{
SendCharCreate(ResponseCodes.CharCreateLevelRequirementDemonHunter);
SendCharCreate(ResponseCodes.CharCreateNewPlayer);
return;
}