From e28c2b2844434d60d88afaeb27ae76704fd61eb9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 24 Feb 2024 16:32:15 +0100 Subject: DB/Conditions: King Varian Wrynn gossip menu text closes #29316 by Jonne733 --- sql/updates/world/3.3.5/2024_02_24_05_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_24_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_02_24_05_world.sql b/sql/updates/world/3.3.5/2024_02_24_05_world.sql new file mode 100644 index 00000000000..dffe8e4d6fb --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_24_05_world.sql @@ -0,0 +1,10 @@ +-- King Varian Wrynn gossip menu changes when quest "Where Kings Walk" (13188) is active +-- Gossip Menu +DELETE FROM `gossip_menu` WHERE `MenuID`=9834 AND `TextID`=13905; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(9834,13905,0); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=9834; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,9834,13905,0,0,47,0,13188,10,0,0,0,0,"","Show gossip dialog text 13905 if Quest 'Where Kings Walk' is taken (active)"); -- cgit v1.2.3