diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-10-08 12:50:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 12:50:37 +0530 |
commit | 80afa9c5b1d3e7eff0d03f78de3454830789c87b (patch) | |
tree | 2f53437af2ca35d359da4313293ca80a5757fd6c | |
parent | c40d4995c93a9e932356ed952328f97e97c3aa0f (diff) | |
parent | 9203ee839a4d70959fd94a75b4880bbeca58df55 (diff) | |
download | hercules-80afa9c5b1d3e7eff0d03f78de3454830789c87b.tar.gz hercules-80afa9c5b1d3e7eff0d03f78de3454830789c87b.tar.bz2 hercules-80afa9c5b1d3e7eff0d03f78de3454830789c87b.tar.xz hercules-80afa9c5b1d3e7eff0d03f78de3454830789c87b.zip |
Merge pull request #1463 from Ridley8819/gxquest
Add official quest condition for Guillotine Cross job change quest
-rw-r--r-- | db/quest_db.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 67012bd8e..015692b07 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -4354,10 +4354,12 @@ quest_db: ( { Id: 7104 Name: "Special task of an assassin guild 4" + TimeLimit: 3000 }, { Id: 7105 Name: "Special task of an assassin guild 4" + TimeLimit: 600 }, { Id: 7106 @@ -4378,6 +4380,13 @@ quest_db: ( { Id: 7110 Name: "Special task of an assassin guild 9" + TimeLimit: 600 + Targets: ( + { + MobId: 2030 + Count: 1 + }, + ) }, { Id: 7111 |