xp and conc granted for noob

This commit is contained in:
2024-02-07 21:26:33 -06:00
parent 0ce7f64d94
commit 42b2f886d5
2 changed files with 3 additions and 5 deletions
-1
View File
@@ -1159,7 +1159,6 @@ public class PlayerCharacter extends AbstractCharacter {
(short) intMod, (short) spiMod, Guild.getErrantGuild(), runningTrains, a, race, baseClass, (byte) skinColorID, (byte) hairColorID,
(byte) beardColorID, (byte) beardStyleID, (byte) hairStyleID);
pcWithoutID.exp = 110000;
try {
playerCharacter = DbManager.PlayerCharacterQueries.ADD_PLAYER_CHARACTER(pcWithoutID);
} catch (Exception e) {