From 6f824ee856b2b30c40abfe36d7d5da20804f0a9e Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:56:31 +0200 Subject: [PATCH] fix(DB/Conditions): 'Zeth'Gor Must Burn!' setting the sky on fire (#20447) --- .../updates/pending_db_world/rev_1730814217046191100.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730814217046191100.sql diff --git a/data/sql/updates/pending_db_world/rev_1730814217046191100.sql b/data/sql/updates/pending_db_world/rev_1730814217046191100.sql new file mode 100644 index 000000000..bf9827166 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730814217046191100.sql @@ -0,0 +1,7 @@ +-- Marking a tower for Zeth'Gor Must Burn! +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 36325); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 36325, 0, 0, 29, 0, 21182, 25, 0, 0, 0, 0, '', 'Cast \' They Must Burn Bomb Drop (DND)\' only if within 25 of dummy target'), +(17, 0, 36325, 0, 1, 29, 0, 22401, 25, 0, 0, 0, 0, '', 'Cast \' They Must Burn Bomb Drop (DND)\' only if within 25 of dummy target'), +(17, 0, 36325, 0, 2, 29, 0, 22402, 25, 0, 0, 0, 0, '', 'Cast \' They Must Burn Bomb Drop (DND)\' only if within 25 of dummy target'), +(17, 0, 36325, 0, 3, 29, 0, 22403, 25, 0, 0, 0, 0, '', 'Cast \' They Must Burn Bomb Drop (DND)\' only if within 25 of dummy target');