Hondacrx
2024-08-24 00:13:35 -04:00
parent ce99a1f7f6
commit 1ca497b79f
27 changed files with 3020 additions and 2701 deletions
+6
View File
@@ -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);