From 73ab313b94b093c346a74094dfe92544961bb68e Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Thu, 31 May 2018 09:22:31 +0200 Subject: DB/Gossip: Lady Jaina Proudmoore Closes #21985 (cherry picked from commit a4db2d0a0d450d04ffd08eb328809a21c3a90cf0) --- .../world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql b/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql new file mode 100644 index 00000000000..3ccdbc07a73 --- /dev/null +++ b/sql/updates/world/master/2021_09_26_37_world_2018_05_31_03_world_335.sql @@ -0,0 +1,4 @@ +-- Lady Jaina Proudmoore +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2465; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2465,3158,0,0,8,0,1267,0,0,0,0,0,"","Show gossip text 3158 if quest 'The Missing Diplomat (Part 17)' is rewarded"); -- cgit v1.2.3