From d065733ca33a4593bd983c6ea9c2da756a532da0 Mon Sep 17 00:00:00 2001 From: Grimgravy Date: Sun, 12 Nov 2023 13:57:55 -0300 Subject: [PATCH] fix(DB/Quest): improve Quenching the Blade (#17340) --- data/sql/updates/pending_db_world/rev_1695587871089572200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1695587871089572200.sql diff --git a/data/sql/updates/pending_db_world/rev_1695587871089572200.sql b/data/sql/updates/pending_db_world/rev_1695587871089572200.sql new file mode 100644 index 000000000..1ec6dae11 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1695587871089572200.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 37984) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 30) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 185032) AND (`ConditionValue2` = 15) AND (`ConditionValue3` = 0); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 37984, 0, 0, 30, 0, 185032, 15, 0, 0, 0, 0, '', 'Quench the Forged Illidari-Bane Blade in the lava pools near the top of the Hand of Gul\'dan.');