saetor trains
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user