Core/PacketIO: Updated ResponseCodes enum for 9.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/9819ee1a6ad73185f2198e1c0b4e0d70bcc9e7be)
This commit is contained in:
@@ -505,7 +505,7 @@ namespace Game
|
||||
|
||||
if (checkDemonHunterReqs && !hasDemonHunterReqLevel)
|
||||
{
|
||||
SendCharCreate(ResponseCodes.CharCreateLevelRequirementDemonHunter);
|
||||
SendCharCreate(ResponseCodes.CharCreateNewPlayer);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user