Add missing skill IDs for warrior tree

This commit is contained in:
Charlie Unfricht
2022-08-17 20:36:28 -04:00
parent 2a1570e03a
commit c96e4a0e67
4 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ package constants.skills;
* @author BubblesDev
*/
public class Crusader {
public static final int IMPROVING_MPREC = 1110000;
public static final int SHIELD_MASTERY = 1111001;
public static final int COMBO = 1111002;
public static final int SWORD_PANIC = 1111003;
public static final int AXE_PANIC = 1111004;