From 76db7098b56ecc06267d210afa20ad01c291f705 Mon Sep 17 00:00:00 2001 From: lordttseven Date: Mon, 20 Feb 2012 15:08:06 +0000 Subject: * updated the custom job changer npc that ships with rA to support both branches of 3rd classes for easier testing proper job change mechanics * updated const.txt with some job-system related values git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15624 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/const.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/const.txt') diff --git a/db/const.txt b/db/const.txt index 2f4030130..aceb66013 100644 --- a/db/const.txt +++ b/db/const.txt @@ -159,8 +159,10 @@ EAJL_2_2 0x200 EAJL_2 0x300 EAJL_UPPER 0x1000 EAJL_BABY 0x2000 +EAJ_THIRD 0x4000 EAJ_UPPERMASK 0x0fff EAJ_BASEMASK 0x00ff +EAJ_THIRDMASK 0x4fff EAJ_NOVICE 0x0 EAJ_SWORDMAN 0x1 -- cgit v1.2.3-60-g2f50