From 0c95315976c96f72282c01032d957cf2445142e1 Mon Sep 17 00:00:00 2001 From: sogladev Date: Tue, 18 Nov 2025 21:08:01 +0100 Subject: [PATCH] fix(DB/Conditions): Fiery Lance can only hit Dragonflayer Defender (#23773) --- data/sql/updates/pending_db_world/rev_1763493580706323221.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763493580706323221.sql diff --git a/data/sql/updates/pending_db_world/rev_1763493580706323221.sql b/data/sql/updates/pending_db_world/rev_1763493580706323221.sql new file mode 100644 index 000000000..a68108c11 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763493580706323221.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 43997) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 24533) AND (`ConditionValue3` = 0); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 43997, 0, 0, 31, 1, 3, 24533, 0, 0, 0, 0, '', 'target must be \'Dragonflayer Defender\'');