saetor skills

This commit is contained in:
2024-03-27 21:08:08 -05:00
parent 4035f45c4f
commit 38c9612eb6
2 changed files with 11 additions and 11 deletions
+8 -8
View File
@@ -560,14 +560,14 @@ public class CharacterSkill extends AbstractGameObject {
if (skills == null)
return;
if (pc.getRace().getName().equals("Saetor")) {
SkillReq parry = new SkillReq(95961104, (short) 1);
SkillReq staff = new SkillReq(71438003, (short) 15);
SkillReq staffMastery = new SkillReq(-61022283, (short) 1);
skillsGranted.add(parry);
skillsGranted.add(staff);
skillsGranted.add(staffMastery);
}
//if (pc.getRace().getName().equals("Saetor")) {
// SkillReq parry = new SkillReq(95961104, (short) 1);
// SkillReq staff = new SkillReq(71438003, (short) 15);
// SkillReq staffMastery = new SkillReq(-61022283, (short) 1);
// skillsGranted.add(parry);
// skillsGranted.add(staff);
// skillsGranted.add(staffMastery);
//}
for (SkillReq skillreq : skillsGranted) {
SkillsBase skillsBase = skillreq.getSkillsBase();