diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:00:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:00:21 -0200 |
commit | 2d53be4b771aec1c91da67897b16d5b5d0b8c230 (patch) | |
tree | be35b19a9045572a8d029066ae9c7d1fa871c8f4 /db | |
parent | 54710b25d4b858bd7e17dac69ecd583438fc36c4 (diff) | |
download | serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.gz serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.bz2 serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.xz serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.zip |
This is how Christmas 2018 (and all successors) are supposed to go.
Simple, yet elegant.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/quest_db.conf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 7714b6b9e..0282e0629 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3975,6 +3975,7 @@ constants_db: { NPC_BARD_TRUMP: 213 NPC_INJURIED_MOUBOO: 215 NPC_CRUSADER: 221 + NPC_LOF_RICH: 223 NPC_BARD_DRUMS: 227 NPC_LOF_DOCTOR: 228 NPC_SWORDS_SIGN: 229 diff --git a/db/quest_db.conf b/db/quest_db.conf index 635c3fafc..127cf603f 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -344,6 +344,10 @@ quest_db: ( Id: 306 Name: "SQuest_Paxel" }, +{ + Id: 307 + Name: "SQuest_XmasCollector" +}, // ID 400+: Event Quests { |