|
|
|
@ -92,6 +92,11 @@ public class TrainMsg extends ClientNetMsg {
@@ -92,6 +92,11 @@ public class TrainMsg extends ClientNetMsg {
|
|
|
|
|
|
|
|
|
|
CharacterSkill sk = skills.get(sb.getName()); |
|
|
|
|
|
|
|
|
|
if(playerCharacter.getRaceID() == 1999) |
|
|
|
|
if(sb.getName().equals("Staff") || sb.getName().equals("Staff Mastery") || sb.getName().equals("Parry")){ |
|
|
|
|
sk = new CharacterSkill(sb,playerCharacter); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (sk == null) |
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|