fix(DB/Conditions): Add missing gossip text for Rathis Tomber. (#16007)

This commit is contained in:
avarishd
2023-04-20 00:59:33 +03:00
committed by GitHub
parent d1c8180232
commit a22ed030f3

View File

@@ -0,0 +1,10 @@
-- Rathis Tomber (16224)
DELETE FROM `gossip_menu` WHERE `MenuID` = 7162 AND `TextID` = 8432;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
(7162, 8432);
UPDATE `conditions` SET `Comment` = 'Rathis Tomber - Show Option 0 (Vendor) if quest 9152 has been rewarded.' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 7162 AND `SourceEntry` = 0;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 7162;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14, 7162, 8432, 0, 0, 8, 0, 9152, 0, 0, 0, 0, 0, '', 'Rathis Tomber - Show gossip text 8432 if quest 9152 has been rewarded.');