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:
@@ -120,7 +120,7 @@ namespace Game
|
||||
|
||||
charResult.Characters.Add(charInfo);
|
||||
}
|
||||
while (result.NextRow());
|
||||
while (result.NextRow() && charResult.Characters.Count < 200);
|
||||
}
|
||||
|
||||
charResult.IsAlliedRacesCreationAllowed = CanAccessAlliedRaces();
|
||||
|
||||
Reference in New Issue
Block a user