diff options
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" } |