diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 6 | ||||
-rw-r--r-- | db/quest_db.conf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 820356e51..95b3bc3e3 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3841,6 +3841,12 @@ constants_db: { RIGHT: 6 DOWNRIGHT: 7 + comment__: "seasons" + WINTER: 0 + SPRING: 1 + SUMMER: 2 + AUTUMN: 3 + comment__: "speechflags" S_FIRST_BLANK_LINE: 1 S_LAST_BLANK_LINE: 2 diff --git a/db/quest_db.conf b/db/quest_db.conf index 6c5535d82..207e29c8a 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -238,6 +238,12 @@ quest_db: ( Id: 193 Name: "MineQuest_Miner" }, +// ID 300 to 320: Seasonal/Annual quests +{ + Id: 300 + Name: "SQuest_Summer" +}, + // ID 1000+: Test quests { Id: 1000 |