diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-05 16:11:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-05 16:11:20 -0300 |
commit | 617890517395670dd1be6fd3af92e3e6e3e86e80 (patch) | |
tree | 4ae4756e1b97ec1ddf8f7974692fd9c4cf70b231 /db | |
parent | 357f5489d01cf8c48aedc8a505715a5dcf4b996a (diff) | |
download | serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.gz serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.bz2 serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.xz serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.zip |
As Hocus requested... Players are now able to use the Evil Obelisk to warp to Keshlam.
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index f2c17956..fd7e29d3 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -64,6 +64,12 @@ quest_db: ( Name: "MagicQuest_Healing" }, +// Misc Quests (220~259) +{ + Id: 220 + Name: "Quest_Reapercry" +}, + // Test Quests, Debug Quests, etc. (1000+) { Id: 1000 |