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 85bbd9f0..0ce6161f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3378,6 +3378,7 @@ ShipQuests_Gugli 16 ShipQuests_ChefGado 17 General_Cookies 18 ArtisQuests_LazyBrother 19 +ArtisQuests_Urchin 20 // items Bread 502 Fungus 503 diff --git a/db/quest_db.conf b/db/quest_db.conf index 79fac5d2..f0ee2ad1 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -105,4 +105,8 @@ quest_db: ( Id: 19 Name: "ArtisQuests_LazyBrother" }, +{ + Id: 20 + Name: "ArtisQuests_Urchin" +}, ) |