From cdcf90f90027f1d4f97109ac43e4d35014ed9538 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Fri, 6 Apr 2018 02:45:33 +0200 Subject: DB/Gossip: Tirion Fordring - Tirion Fordring should show a different gossip text if player has taken the quest "Redemption". Closes #21781 --- sql/updates/world/3.3.5/2018_04_06_01_world_335.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_04_06_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_04_06_01_world_335.sql b/sql/updates/world/3.3.5/2018_04_06_01_world_335.sql new file mode 100644 index 00000000000..d8fed9737c2 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_06_01_world_335.sql @@ -0,0 +1,8 @@ +-- Tirion Fordring +DELETE FROM `gossip_menu` WHERE `MenuID`=3502 AND `TextID`=4673; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3502,4673,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3502; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,3502,4673,0,0,9,0,5742,0,0,0,0,0,"","Show gossip text 4673 if quest 'Redemption' is taken"); -- cgit v1.2.3