aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-03 23:56:23 +0200
committerKillyana <morphone1@gmail.com>2017-10-03 23:56:23 +0200
commit76b922ea9cf6a38a3b0aa6b5d1690c632dbcef07 (patch)
treec3d1536cbf48822848fefd3ae66e559f7b49b693
parent842c6c834f6a561a665c7120aacf02949567142c (diff)
DB/Gossip: Add missing gossip option to High Priestess MacDonnell and Shadow Priestess Vandis
Closes #20542
-rw-r--r--sql/updates/world/3.3.5/2017_10_03_19_world_335.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_03_19_world_335.sql b/sql/updates/world/3.3.5/2017_10_03_19_world_335.sql
new file mode 100644
index 00000000000..b15a19a6d3a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_03_19_world_335.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (3183, 3184);
+INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
+(3183, 0, 0, "How are we doing in the battle to subvert the cauldrons?", 6552, 1, 1, 3241, 0, 0, 0, "", 0, 0),
+(3184, 0, 0, "How are we doing in the battle to subvert the cauldrons?", 6552, 1, 1, 3241, 0, 0, 0, "", 0, 0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (3183, 3184);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(15, 3183, 0, 0, 0, 8, 0, 5230, 0, 0, 0, 0, 0, "", "Gossip option requires quest 'Return to the Bulwark' rewarded"),
+(15, 3184, 0, 0, 0, 8, 0, 5217, 0, 0, 0, 0, 0, "", "Gossip option requires quest 'Return to Chillwind Camp' rewarded");