Refactor skill_used

This commit is contained in:
2024-03-10 14:10:51 -04:00
parent e47bd6fba0
commit f616937236
5 changed files with 14 additions and 21 deletions
+2 -1
View File
@@ -1037,8 +1037,9 @@ public enum CombatManager {
}
}
ItemTemplate template = ItemTemplate.itemTemplates.get(wb.getUUID());
String required = wb.getSkillRequired();
String required = template.item_skill_used;
String mastery = wb.getMastery();
if (required.equals("Unarmed Combat"))