diff options
author | Inzianity <inzianity@gmail.com> | 2015-03-20 00:43:32 +0800 |
---|---|---|
committer | Inzianity <inzianity@gmail.com> | 2015-03-20 00:43:32 +0800 |
commit | fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c (patch) | |
tree | dc4c428162809365f573937393a75b964d84d67f /db/quest_db.conf | |
parent | 127f9b52a4030a655564584b95b7c10dfdcb04e6 (diff) | |
download | hercules-fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c.tar.gz hercules-fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c.tar.bz2 hercules-fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c.tar.xz hercules-fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c.zip |
Fix for "Solo at Sphinx Dungeon!" Quest
Solo at Sphinx Dungeon Quest should require Zerom to be hunted.
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 38b6441a7..7c2fcb591 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -99,7 +99,7 @@ quest_db: ( Name: "Solo at Sphinx Dungeon!" Targets: ( { - MobId: 2687 + MobId: 1178 Count: 20 }, ) |