DB/Gossip: Shawn

Closes #20422

(cherry picked from commit 07b6cc2182)
This commit is contained in:
ZenoX92
2017-09-26 11:33:30 +02:00
committed by Shauren
parent 417afe32c1
commit bc74978e85

View File

@@ -0,0 +1,11 @@
--
-- Fix gossip texts for Shawn
DELETE FROM `gossip_menu` WHERE `MenuID`=1622;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(1622,2276,25881),
(1622,2277,0);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (1622);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14, 1622, 2276, 0, 0, 8, 0, 26508, 0, 0, 1, 0, 0, "", "Show gossip text 2276 if quest 'Nida's Necklace' is NOT rewarded"),
(14, 1622, 2277, 0, 0, 8, 0, 26508, 0, 0, 0, 0, 0, "", "Show gossip text 2277 if quest 'Nida's Necklace' is rewarded");