Don't count character pending deletion towards character per account limit

Port From (https://github.com/TrinityCore/TrinityCore/commit/6b8d03d71e5511d0f2012eec3d11e578d03c2d0f)
This commit is contained in:
hondacrx
2022-05-29 20:50:25 -04:00
parent 59cc33bcc6
commit f0fa9fe7d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ namespace Game
charResult.Characters.Add(charInfo);
}
while (result.NextRow());
while (result.NextRow() && charResult.Characters.Count < 200);
}
charResult.IsAlliedRacesCreationAllowed = CanAccessAlliedRaces();