fix(DB/Conditions): Baron Revilgaz - correct gossip for Pirates' Day (#15188)

This commit is contained in:
avarishd 2023-02-27 05:14:17 +02:00 committed by GitHub
parent 940bf5991c
commit f4a6f8ea32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
-- Baron Revilgaz - On Pirates' Day - Show appropriate gossip
DELETE FROM `conditions` WHERE `SourceGroup`=6685 AND `SourceEntry`=13062;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14, 6685, 13062, 0, 0, 12, 0, 50, 0, 0, 0, 0, 0, '', 'Baron Revilgaz - On Pirates\' Day event - Show appropriate gossip');