diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/quest_db.conf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 0e7a978b..85bbd9f0 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3377,6 +3377,7 @@ ShipQuests_Tibbo 15 ShipQuests_Gugli 16 ShipQuests_ChefGado 17 General_Cookies 18 +ArtisQuests_LazyBrother 19 // items Bread 502 Fungus 503 diff --git a/db/quest_db.conf b/db/quest_db.conf index e86bedad..79fac5d2 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -101,4 +101,8 @@ quest_db: ( Id: 18 Name: "General_Cookies" }, +{ + Id: 19 + Name: "ArtisQuests_LazyBrother" +}, ) |