/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy Matthias Butz Jan Christian Meyer This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation version 3 as published by the Free Software Foundation. You may not use, modify or distribute this program under any other version of the GNU Affero General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ package constants.skills; /** * @author BubblesDev */ public class Paladin { public static final int MAPLE_WARRIOR = 1221000; public static final int MONSTER_MAGNET = 1221001; public static final int STANCE = 1221002; public static final int SWORD_HOLY_CHARGE = 1221003; public static final int BW_HOLY_CHARGE = 1221004; public static final int ACHILLES = 1220005; public static final int GUARDIAN = 1220006; public static final int RUSH = 1221007; public static final int ADVANCED_CHARGE = 1220010; public static final int HEAVENS_HAMMER = 1221011; public static final int HEROS_WILL = 1221012; public static final int BLAST = 1221009; }