diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-12-08 09:55:15 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 15:12:14 +0100 |
commit | eb91aca290d6fb6a3f87066fc4ecb3eedb6d9d9d (patch) | |
tree | 1fbca6bc917921884f9718fa719060d6ad5a2291 | |
parent | 655e4502e86ae5b894c3b84bd6052575d85145ab (diff) |
DB/Gossip: Janice Felstone
Closes #22739
(cherry picked from commit d1593968444eeaa1a7680d66f3c024bbbc9c50a7)
-rw-r--r-- | sql/updates/world/master/2021_11_16_15_world_2018_12_08_26_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_15_world_2018_12_08_26_world_335.sql b/sql/updates/world/master/2021_11_16_15_world_2018_12_08_26_world_335.sql new file mode 100644 index 00000000000..70fd5ed8866 --- /dev/null +++ b/sql/updates/world/master/2021_11_16_15_world_2018_12_08_26_world_335.sql @@ -0,0 +1,8 @@ +-- Janice Felstone +DELETE FROM `gossip_menu` WHERE `MenuID`=2961 AND `TextID`=3669; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2961,3669,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2961; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2961,3669,0,0,8,0,5051,0,0,0,0,0,"","Show gossip text 3669 if quest 'Two Halves Become One' is rewarded"); |