diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-03-19 22:27:36 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-03-19 22:27:36 +0530 |
commit | 7c9cde841864ff89ee0dda33fbf76c660fbf61a6 (patch) | |
tree | dc4c428162809365f573937393a75b964d84d67f | |
parent | 127f9b52a4030a655564584b95b7c10dfdcb04e6 (diff) | |
parent | fc74a8b00e2da0a290950b3f19d7bcc4b8d3276c (diff) | |
download | hercules-7c9cde841864ff89ee0dda33fbf76c660fbf61a6.tar.gz hercules-7c9cde841864ff89ee0dda33fbf76c660fbf61a6.tar.bz2 hercules-7c9cde841864ff89ee0dda33fbf76c660fbf61a6.tar.xz hercules-7c9cde841864ff89ee0dda33fbf76c660fbf61a6.zip |
Merge pull request #473 from Inzianity/patch-2
Fix for "Solo at Sphinx Dungeon!" Quest
-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 }, ) |