From df50d0756797f71a3720f5bd347762b5b9bbe376 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 21 Sep 2014 01:35:02 +0100 Subject: 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, --- sql/updates/world/2014_09_20_05_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_09_20_05_world_conditions.sql (limited to 'sql/updates') 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; -- cgit v1.2.3