xp and conc granted for noob

This commit is contained in:
2024-02-07 20:52:00 -06:00
parent 71288d0203
commit c73688de4d
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1159,6 +1159,7 @@ 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) {