From e6e852b41c6dcc7b93ac105282a4ea98c85c2d76 Mon Sep 17 00:00:00 2001 From: sogladev Date: Fri, 2 Jan 2026 23:17:02 +0100 Subject: [PATCH] fix(DB/Conditions): Unholy Rage can only target Enslaved Proto-Drake (#24306) --- data/sql/updates/pending_db_world/rev_1767367556168894406.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1767367556168894406.sql diff --git a/data/sql/updates/pending_db_world/rev_1767367556168894406.sql b/data/sql/updates/pending_db_world/rev_1767367556168894406.sql new file mode 100644 index 000000000..e3fd367b7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1767367556168894406.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 3) AND (`SourceEntry` = 43664) 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, 43664, 0, 0, 31, 0, 3, 24083, 0, 0, 0, 0, '', 'target must be Enslaved Proto-Drake');