|
|
@ -752,7 +752,8 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static PlayerCharacter generatePCFromCommitNewCharacterMsg(Account a, CommitNewCharacterMsg msg, ClientConnection clientConnection) { |
|
|
|
public static PlayerCharacter generatePCFromCommitNewCharacterMsg(Account a, CommitNewCharacterMsg msg, ClientConnection clientConnection) { |
|
|
|
|
|
|
|
String firstName = msg.getFirstName().trim(); |
|
|
|
|
|
|
|
String lastName = msg.getLastName().trim(); |
|
|
|
// Verify Race
|
|
|
|
// Verify Race
|
|
|
|
int raceID = msg.getRace(); |
|
|
|
int raceID = msg.getRace(); |
|
|
|
|
|
|
|
|
|
|
|