diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-21 01:35:02 +0100 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-21 01:35:02 +0100 |
| commit | df50d0756797f71a3720f5bd347762b5b9bbe376 (patch) | |
| tree | 5c9df359c10886ad0a16ba83bc53b4b31159a7a6 | |
| parent | cb9f7fce77dab658bc155b30f0d56f44fa38be52 (diff) | |
DB/Misc: Fix gossip condition which was never met
Fix condition for gossip option 'Lend me a Windrider. I'm going to Spinebreaker Post!' on Wing Commander Brack for when player has got quest http://www.wowhead.com/quest=10242/spinebreaker-post.
The existing condition quest taken (9) was never met as this quest is complete in players log as soon as taken, ie just turn in no other objectives, and even when player had quest in log gossip would never be displayed,
| -rw-r--r-- | sql/updates/world/2014_09_20_05_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_20_05_world_conditions.sql b/sql/updates/world/2014_09_20_05_world_conditions.sql new file mode 100644 index 00000000000..f5f0308bf70 --- /dev/null +++ b/sql/updates/world/2014_09_20_05_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionTypeOrReference`=28 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7967 AND `SourceEntry`=4 AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=9 AND `ConditionTarget`=0 AND `ConditionValue1`=10242 AND `ConditionValue2`=0 AND `ConditionValue3`=0; |
