diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/db/constants.conf b/db/constants.conf index 8a5a7aa0..665bb375 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5137,25 +5137,6 @@ more than one separator can be used in a row (so 12_3___456 is illegal). CELLS_NOPLAYER : 5 CELLS_NOMONSTER : 6 - comment__: "INN enum" - NO_INN: 0 - REDPLUSH_INN: 1 - RUSTYPICK_INN: 2 - - comment__: "CRAFT enum" - CRAFT_COOKING: 4 - CRAFT_ALCHEMY: 8 - CRAFT_SMITHERY: 16 - CRAFT_TAILORING: 32 - CRAFT_JEWELERY: 64 - - comment__: "CRAFT Rarity enum" - CRAFT_BASIC: 1 - CRAFT_INTERMEDIARY: 2 - CRAFT_ADVANCED: 4 - CRAFT_EXPERT: 8 - CRAFT_MASTER: 16 - comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 @@ -5240,21 +5221,6 @@ more than one separator can be used in a row (so 12_3___456 is illegal). VEGAN: 1 CARNIVOROUS: 2 - comment__: "Merchant Requests" - MERCQ_LETTER: 1 - MERCQ_GOODS: 2 - MERCQ_SCOUT: 3 - MERCQ_NONE: 99 - - comment__: "Magic constants" - CLASS_OTHER: 0 - CLASS_MASTER: 1 - CLASS_WAR: 2 - CLASS_NATURE: 3 - CLASS_FIRE: 4 - CLASS_WATER: 5 - CLASS_HARMONY: 6 - comment__: "Location Constants" TP_NONE: 0 TP_CANDOR: 1 |