diff options
author | Malcrom <malcromdev@gmail.com> | 2012-02-18 19:40:46 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2012-02-18 19:40:46 -0330 |
commit | ee1fb1dd8c2236c3e1d868e1036b5c280b54649e (patch) | |
tree | f00bc6106177ac02adb9e4dd2dfd88d5ce9ad92e | |
parent | 0a0233b215c546090d549d67ab0edcd0cecda9f0 (diff) |
DB/Gossip: Fix error in Fallen Hero of the Horde gossip
-rw-r--r-- | sql/updates/world/2012_02_18_08_world_gossip.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_18_08_world_gossip.sql b/sql/updates/world/2012_02_18_08_world_gossip.sql new file mode 100644 index 00000000000..623dc0d26a9 --- /dev/null +++ b/sql/updates/world/2012_02_18_08_world_gossip.sql @@ -0,0 +1,5 @@ +-- Fix mistake in Fallen Hero of the Horde gossip update +UPDATE `conditions` SET `ConditionValue1`=2784,`Comment`='Show gossip text if player has quest 2801 or 2784 completed' WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=840 AND `ConditionValue1`=2704; +UPDATE `conditions` SET `Comment`='Show gossip text if player has quest 2801 or 2784 completed' WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=840 AND `ConditionValue1`=2801; +UPDATE `conditions` SET `ConditionValue1`=2784,`Comment`='Show gossip option if player has quest 2784 but not complete' WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=840 AND `ConditionValue1`=2704; +UPDATE `smart_scripts` SET `action_param1`=2784 WHERE `entryorguid`=7572 AND `id`=0;
\ No newline at end of file |