diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-22 15:24:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-22 15:24:58 -0300 |
commit | 5498c1442a31d4b7102991dd4e38a979eb61f169 (patch) | |
tree | 18201a5a7048282858f916037283c75ef751be77 /db | |
parent | 60b83a9e162a51f51152f2618ee1b7e7e2c29229 (diff) | |
download | serverdata-5498c1442a31d4b7102991dd4e38a979eb61f169.tar.gz serverdata-5498c1442a31d4b7102991dd4e38a979eb61f169.tar.bz2 serverdata-5498c1442a31d4b7102991dd4e38a979eb61f169.tar.xz serverdata-5498c1442a31d4b7102991dd4e38a979eb61f169.zip |
I'm disatisfied with this draft
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 56de5727f..510b3ccbf 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4541,5 +4541,15 @@ constants_db: { MAZE_EAST: 2 MAZESOUTH: 3 + comment__: "Aurora Event constants" + FY_MISC: 0 + FY_BP: 1 + FY_WARP: 2 + FY_POT: 3 + FY_HEAL: 4 + FY_ORE: 5 + FY_MAGIC: 6 + FY_GIFT: 7 + @include "conf/import/constants.conf" } |