diff options
author | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 01:12:50 +0000 |
---|---|---|
committer | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 01:12:50 +0000 |
commit | 8b335514d717b0b9fee0f2203a7b9bef7fbb15ea (patch) | |
tree | db108a1c6542e9b4ecfcd16c1458929d092eb526 /db | |
parent | 40e827fd9b5d55bb02adf6284b0095790a9f9497 (diff) | |
download | hercules-8b335514d717b0b9fee0f2203a7b9bef7fbb15ea.tar.gz hercules-8b335514d717b0b9fee0f2203a7b9bef7fbb15ea.tar.bz2 hercules-8b335514d717b0b9fee0f2203a7b9bef7fbb15ea.tar.xz hercules-8b335514d717b0b9fee0f2203a7b9bef7fbb15ea.zip |
=General
*Added some job coding to the source to prepare for the adding of baby 3rd's and other expanded jobs.
*Removed Baby Taekwon, Baby Star Gladiator, and Baby Soul Linker MAPID's code since their pointless.
-Gravity never released baby versions of these classes. If they do in the future then ill readded them.
*Did some clean up in pc.c in the job management code. All unnecessary spaces were replaced with tabs
-to lower the file size and make it easier to keep things tighty.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15871 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/db/const.txt b/db/const.txt index 69a45a59e..8310085e9 100644 --- a/db/const.txt +++ b/db/const.txt @@ -237,8 +237,6 @@ EAJ_BABY_ARCHER 0x2003 EAJ_BABY_ACOLYTE 0x2004 EAJ_BABY_MERCHANT 0x2005 EAJ_BABY_THIEF 0x2006 -EAJ_BABY_TAEKWON 0x2007 -EAJ_BABY_GANGSI 0x200D EAJ_SUPER_BABY 0x2100 EAJ_BABY_KNIGHT 0x2101 @@ -247,8 +245,6 @@ EAJ_BABY_HUNTER 0x2103 EAJ_BABY_PRIEST 0x2104 EAJ_BABY_BLACKSMITH 0x2105 EAJ_BABY_ASSASSIN 0x2106 -EAJ_BABY_STAR_GLADIATOR 0x2107 -EAJ_BABY_DEATH_KNIGHT 0x210D EAJ_BABY_CRUSADER 0x2201 EAJ_BABY_SAGE 0x2202 @@ -256,8 +252,6 @@ EAJ_BABY_BARDDANCER 0x2203 EAJ_BABY_MONK 0x2204 EAJ_BABY_ALCHEMIST 0x2205 EAJ_BABY_ROGUE 0x2206 -EAJ_BABY_SOUL_LINKER 0x2207 -EAJ_BABY_DARK_COLLECTOR 0x220D EAJ_SUPER_NOVICE_E 0x4100 EAJ_RUNE_KNIGHT 0x4101 |