diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 22:54:37 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 22:54:37 +0000 |
commit | 63b9a0c23b4ccc8a1fd795578d9175e993a4f6ba (patch) | |
tree | 35cc157fd0a0b20c833a1df43268bdc053f1f17f | |
parent | 799b75d311756567c4e130a6510e5de2f84b4cb5 (diff) | |
download | hercules-63b9a0c23b4ccc8a1fd795578d9175e993a4f6ba.tar.gz hercules-63b9a0c23b4ccc8a1fd795578d9175e993a4f6ba.tar.bz2 hercules-63b9a0c23b4ccc8a1fd795578d9175e993a4f6ba.tar.xz hercules-63b9a0c23b4ccc8a1fd795578d9175e993a4f6ba.zip |
Added Job_Alchemist constant, Job_Alchem should now be considered deprecated
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10904 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index fedc3d943..5fb94087e 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -49,6 +49,8 @@ ---- ======================== +07/24 + * Added Job_Alchemist constant, Job_Alchem should now be considered deprecated [DracoRPG] 07/15 * Rev. 10885 Fixed incorrect skill ID for Lady Tany's Expulsion. [L0ne_W0lf] * Corrected the AegisName for "Fresh Fish." Should have been "Delicious_Fish" diff --git a/db/const.txt b/db/const.txt index fab0d80e5..4bde60b07 100644 --- a/db/const.txt +++ b/db/const.txt @@ -17,6 +17,7 @@ Job_Monk 15 Job_Sage 16 Job_Rogue 17 Job_Alchem 18 +Job_Alchemist 18 Job_Bard 19 Job_Dancer 20 Job_Crusader2 21 diff --git a/db/skill_db.txt b/db/skill_db.txt index 6b989bbec..995e9c79f 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -19,7 +19,7 @@ // 08 MaxLv // 09 Number of hits (when positive, damage is increased by hits, // negative values just show number of hits without increasing total damage) -// 10 castcancelled (it is cancelled at 1. Are not cancelled with 0) +// 10 Cast interrupted when hit? // 11 defense-reduction rate during cast. // 12 inf2 (skill information 2): // 0x0001- quest skill |