DB/Gossip: Janice Felstone

Closes #22739
This commit is contained in:
ZenoX92
2018-12-08 09:55:15 +01:00
committed by Killyana
parent 275b53e31a
commit d159396844

View File

@@ -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");