Core: Update to 10.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/468a06baf046b716305ee665e3cfd93c80e99457)
This commit is contained in:
@@ -417,6 +417,12 @@ namespace Game
|
||||
return;
|
||||
}
|
||||
|
||||
if (charCreate.CreateInfo.TimerunningSeasonID != 0)
|
||||
{
|
||||
SendCharCreate(ResponseCodes.CharCreateTimerunning);
|
||||
return;
|
||||
}
|
||||
|
||||
CharacterCreateInfo createInfo = charCreate.CreateInfo;
|
||||
PreparedStatement stmt = CharacterDatabase.GetPreparedStatement(CharStatements.SEL_CHECK_NAME);
|
||||
stmt.AddValue(0, charCreate.CreateInfo.Name);
|
||||
|
||||
Reference in New Issue
Block a user