diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:49:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:49:15 -0300 |
commit | 610fd448ec12776219f7f5e21b6f31ce1694475d (patch) | |
tree | aca2c01ec1f56f78798f73c30c658b07b2ee1a0c /db | |
parent | e596bb4072ff35a732e4a18e56b4fd7587a8ed8f (diff) | |
download | serverdata-610fd448ec12776219f7f5e21b6f31ce1694475d.tar.gz serverdata-610fd448ec12776219f7f5e21b6f31ce1694475d.tar.bz2 serverdata-610fd448ec12776219f7f5e21b6f31ce1694475d.tar.xz serverdata-610fd448ec12776219f7f5e21b6f31ce1694475d.zip |
Minor fixes and start writing Pooh
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | db/re/item_db.conf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 4f2ab214c..76cfcdac5 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -349,6 +349,10 @@ quest_db: ( Id: 108 Name: "HurnscaldQuest_PirateCave" }, +{ + Id: 109 + Name: "HurnscaldQuest_TeddyBear" +}, // ID 111 to 130: Nivalis Quests { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ae2fafe1b..580859f51 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11171,7 +11171,7 @@ item_db: ( Script: <" bonus bMaxHP,150; bonus bDef2, 3; - bonus3 bAddClassDropItem, Bee, Honey, 2; + bonus3 bAddClassDropItem, Bee, Honey, 25; "> }, |