diff options
author | Ridley8819 <ridley8819@gmail.com> | 2016-07-29 10:24:34 +0200 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-08-02 00:51:35 +0200 |
commit | d15f1c571a4def19f74793bc7ca86bb4dae6ac9b (patch) | |
tree | acc6d5094c16b5fb8b54f3b70c41f6f34814293b /db/quest_db.conf | |
parent | b92c53e6b8c68fed652083e9a177d159fcf5b03b (diff) | |
download | hercules-d15f1c571a4def19f74793bc7ca86bb4dae6ac9b.tar.gz hercules-d15f1c571a4def19f74793bc7ca86bb4dae6ac9b.tar.bz2 hercules-d15f1c571a4def19f74793bc7ca86bb4dae6ac9b.tar.xz hercules-d15f1c571a4def19f74793bc7ca86bb4dae6ac9b.zip |
Sara's Memory Instance implementation
* implementation of Sara's memory instance
* Update and add missing Sara's memory monster database
* Update and add missing Sara's memory quest database
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 7a3e2717b..233bc2d4c 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -12706,15 +12706,6 @@ quest_db: ( Id: 14165 Name: "Caught Skeletons" }, -{ - Id: 15000 - Name: "Experiencing abnormal statuses" -}, -{ - Id: 15001 - Name: "Hold your breath" - TimeLimit: 20 -}, // 2014 Halloween Event { Id: 14450 @@ -12804,6 +12795,25 @@ quest_db: ( Name: "They are still quiet" TimeLimit: 82800 }, +{ + Id: 15000 + Name: "Experiencing abnormal statuses" +}, +{ + Id: 15001 + Name: "Hold your breath" + TimeLimit: 20 +}, +// Memorial dungeon: Sara's Memory +{ + Id: 15002 + Name: "Memorial dungeon: Sara's Memory" + TimeLimit: 72000 +}, +{ + Id: 15003 + Name: "Adventurer leon" +}, // 2013 Christmas Event { Id: 15055 |