From 45a0fd6db4313dfd2d57589fd4b51b0ae31e86a9 Mon Sep 17 00:00:00 2001 From: sogladev Date: Sat, 3 Jan 2026 16:32:33 +0100 Subject: [PATCH] fix(DB/Conditions): Unholy Rage (HC) can only target Enslaved Proto-Drake (#24315) --- data/sql/updates/pending_db_world/rev_1767441985404755918.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1767441985404755918.sql diff --git a/data/sql/updates/pending_db_world/rev_1767441985404755918.sql b/data/sql/updates/pending_db_world/rev_1767441985404755918.sql new file mode 100644 index 000000000..f11988608 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1767441985404755918.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 3) AND (`SourceEntry` = 59694) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 24083) AND (`ConditionValue3` = 0); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 3, 59694, 0, 0, 31, 0, 3, 24083, 0, 0, 0, 0, '', 'target must be Enslaved Proto-Drake');