forked from MagicBane/Server
xp and conc granted for noob
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user