diff options
author | veider <veider@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-29 18:25:29 +0000 |
---|---|---|
committer | veider <veider@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-29 18:25:29 +0000 |
commit | a235b991dbd9ad76735f610d721c24af47f44c3e (patch) | |
tree | 1e8370fc39c9fcc84c0ecad9d31d301186032ef3 | |
parent | 91972018ab136548f849d64f504a11b4f3651797 (diff) | |
download | hercules-a235b991dbd9ad76735f610d721c24af47f44c3e.tar.gz hercules-a235b991dbd9ad76735f610d721c24af47f44c3e.tar.bz2 hercules-a235b991dbd9ad76735f610d721c24af47f44c3e.tar.xz hercules-a235b991dbd9ad76735f610d721c24af47f44c3e.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1337 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-SVN.txt | 1 | ||||
-rw-r--r-- | db/const.txt | 46 |
2 files changed, 24 insertions, 23 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 7b64e4aa6..c78a3fad3 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -23,6 +23,7 @@ Date Added * Added auto create 'save' folder from 'save-tmpl' when compiling for the first time, thanks to Jbain * Fixed 'use_sql_db' not read properly in SQL char server, thanks to Wallex + * Changed db/const.txt to have right baby jobs IDs [veider] * Added three fields to mmo_charstatus - father/mother/child needed for adoption system [veider] * Added adoption support to charserver SQL version [veider] diff --git a/db/const.txt b/db/const.txt index 329c3530f..9548c2bb7 100644 --- a/db/const.txt +++ b/db/const.txt @@ -44,28 +44,28 @@ Job_Clown 43 Job_Gypsy 44 Job_Paladin2 45 Job_Baby 46 -Job_Baby_Swordman 47 -Job_Baby_Mage 48 -Job_Baby_Archer 49 -Job_Baby_Acolyte 50 -Job_Baby_Merchant 51 -Job_Baby_Thief 52 -Job_Baby_Knight 53 -Job_Baby_Priest 54 -Job_Baby_Wizard 55 -Job_Baby_Blacksmith 56 -Job_Baby_Hunter 57 -Job_Baby_Assassin 58 -Job_Baby_Knight2 59 -Job_Baby_Crusader 60 -Job_Baby_Monk 61 -Job_Baby_Sage 62 -Job_Baby_Rogue 63 -Job_Baby_Alchem 64 -Job_Baby_Bard 65 -Job_Baby_Dancer 66 -Job_Baby_Crusader2 67 -Job_Super_Baby 68 +Job_Baby_Swordman 4024 +Job_Baby_Mage 4025 +Job_Baby_Archer 4026 +Job_Baby_Acolyte 4027 +Job_Baby_Merchant 4028 +Job_Baby_Thief 4029 +Job_Baby_Knight 4030 +Job_Baby_Priest 4031 +Job_Baby_Wizard 4032 +Job_Baby_Blacksmith 4033 +Job_Baby_Hunter 4034 +Job_Baby_Assassin 4035 +Job_Baby_Knight2 4036 +Job_Baby_Crusader 4037 +Job_Baby_Monk 4038 +Job_Baby_Sage 4039 +Job_Baby_Rogue 4040 +Job_Baby_Alchem 4041 +Job_Baby_Bard 4042 +Job_Baby_Dancer 4043 +Job_Baby_Crusader2 4044 +Job_Super_Baby 4045 mf_nomemo 0 mf_noteleport 1 @@ -289,4 +289,4 @@ SC_Holy 17 SC_Flame 90 SC_Frost 91 SC_Lightning 92 -SC_Seismic 93
\ No newline at end of file +SC_Seismic 93 |