diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-03 03:18:20 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-03 03:18:47 +0300 |
commit | c77fae4f292f54645605e18804c90ec429f51b1e (patch) | |
tree | 71ef13345fbbdbf76c4b2dbbe9f47193c0737dc0 /db | |
parent | 885c3fcea25d53e231f06ccdb8fbbc6f912c9d77 (diff) | |
download | serverdata-c77fae4f292f54645605e18804c90ec429f51b1e.tar.gz serverdata-c77fae4f292f54645605e18804c90ec429f51b1e.tar.bz2 serverdata-c77fae4f292f54645605e18804c90ec429f51b1e.tar.xz serverdata-c77fae4f292f54645605e18804c90ec429f51b1e.zip |
add quest Moon and the Urchin
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" +}, ) |