fix(DB/Conditions): Baron Revilgaz - correct gossip for Pirates' Day (#15188)
This commit is contained in:
parent
940bf5991c
commit
f4a6f8ea32
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue