diff options
author | Dastgir <dastgirp@gmail.com> | 2020-01-25 20:11:51 +0530 |
---|---|---|
committer | Dastgir <dastgirp@gmail.com> | 2020-01-25 20:14:32 +0530 |
commit | 98484cb06b56a639e5daebf3ff96a70140f164ac (patch) | |
tree | 9a30a61318e8b30eece2b9d253d01ae54b4d2586 /db | |
parent | 7ad9c7ff347d2c68e084f07fc81f8d9dabc2aa30 (diff) | |
download | hercules-98484cb06b56a639e5daebf3ff96a70140f164ac.tar.gz hercules-98484cb06b56a639e5daebf3ff96a70140f164ac.tar.bz2 hercules-98484cb06b56a639e5daebf3ff96a70140f164ac.tar.xz hercules-98484cb06b56a639e5daebf3ff96a70140f164ac.zip |
Added QuestDB for Rebellion Quest
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index adf425405..8163c540a 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -12626,6 +12626,42 @@ quest_db: ( Name: "About skills" }, { + Id: 12340 + Name: "Suspicious Person" +}, +{ + Id: 12341 + Name: "New Challenge" +}, +{ + Id: 12342 + Name: "Crafting Firearms" +}, +{ + Id: 12343 + Name: "Target Practice" + Targets: ( + { + MobId: 3169 + Count: 10 + }, + ) +}, +{ + Id: 12344 + Name: "Wrong Target Practice" + Targets: ( + { + MobId: 3170 + Count: 3 + }, + ) +}, +{ + Id: 12345 + Name: "Transforming to Rebellion" +}, +{ Id: 13101 Name: "The way of Taekwon" }, |