summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-01-10 02:33:41 +0100
committerHaru <haru@dotalux.com>2016-01-13 11:24:34 +0100
commit3f56ffc002cf4e0f6197f8dbef253e450f3ee771 (patch)
treef7880d13fb88d162d50f76aa30201d79e66a7ab0 /db/constants.conf
parent6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a (diff)
downloadhercules-3f56ffc002cf4e0f6197f8dbef253e450f3ee771.tar.gz
hercules-3f56ffc002cf4e0f6197f8dbef253e450f3ee771.tar.bz2
hercules-3f56ffc002cf4e0f6197f8dbef253e450f3ee771.tar.xz
hercules-3f56ffc002cf4e0f6197f8dbef253e450f3ee771.zip
Marked Job_Alchem and Job_Baby_Alchem as deprecated
Use respectively Job_Alchemist and Job_Alchemist instead. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index ab49c97c5..0709cd758 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -85,7 +85,10 @@ constants_db: {
Job_Monk: 15
Job_Sage: 16
Job_Rogue: 17
- Job_Alchem: 18 // Deprecated
+ Job_Alchem: {
+ Value: 18
+ Deprecated: true
+ }
Job_Alchemist: 18
Job_Bard: 19
Job_Dancer: 20
@@ -138,7 +141,10 @@ constants_db: {
Job_Baby_Monk: 4038
Job_Baby_Sage: 4039
Job_Baby_Rogue: 4040
- Job_Baby_Alchem: 4041 // Deprecated
+ Job_Baby_Alchem: {
+ Value: 4041
+ Deprecated: true
+ }
Job_Baby_Alchemist: 4041
Job_Baby_Bard: 4042
Job_Baby_Dancer: 4043