From f4a6f8ea32dea757516bb4570bdb60cd3b022e43 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:14:17 +0200 Subject: [PATCH] fix(DB/Conditions): Baron Revilgaz - correct gossip for Pirates' Day (#15188) --- data/sql/updates/pending_db_world/rev_1677266850243629600.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1677266850243629600.sql diff --git a/data/sql/updates/pending_db_world/rev_1677266850243629600.sql b/data/sql/updates/pending_db_world/rev_1677266850243629600.sql new file mode 100644 index 000000000..6eb66afcb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677266850243629600.sql @@ -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');