summaryrefslogtreecommitdiff
path: root/data/sql
diff options
context:
space:
mode:
authorsogladev <sogladev@gmail.com>2026-01-03 16:32:33 +0100
committerGitHub <noreply@github.com>2026-01-03 12:32:33 -0300
commit45a0fd6db4313dfd2d57589fd4b51b0ae31e86a9 (patch)
treecccfb31096cbd9d32a6ec5cb31f16220f5a0af00 /data/sql
parentdb789c68e612d293335b7e615dfa21e3765b3732 (diff)
fix(DB/Conditions): Unholy Rage (HC) can only target Enslaved Proto-Drake (#24315)
Diffstat (limited to 'data/sql')
-rw-r--r--data/sql/updates/pending_db_world/rev_1767441985404755918.sql4
1 files changed, 4 insertions, 0 deletions
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 0000000000..f11988608d
--- /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');