summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
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