From f05d5375aa138edc9d160b663e95789cd911fb72 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 24 May 2026 18:31:58 -0300 Subject: [PATCH] fix(DB/Conditions): Subjugated Iskalder despawns mid-quest 13133 (#25949) Co-authored-by: Claude Opus 4.7 (1M context) --- .../updates/pending_db_world/rev_1779630778037161600.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1779630778037161600.sql diff --git a/data/sql/updates/pending_db_world/rev_1779630778037161600.sql b/data/sql/updates/pending_db_world/rev_1779630778037161600.sql new file mode 100644 index 0000000000..59ca6df3df --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1779630778037161600.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 4) AND (`SourceEntry` = 30886); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 4, 30886, 0, 0, 23, 1, 4526, 0, 0, 1, 0, 0, '', 'Despawn Subjugated Iskalder when outside quest areas'), +(22, 4, 30886, 0, 0, 23, 1, 4498, 0, 0, 1, 0, 0, '', 'Despawn Subjugated Iskalder when outside quest areas'), +(22, 4, 30886, 0, 0, 23, 1, 4496, 0, 0, 1, 0, 0, '', 'Despawn Subjugated Iskalder when outside quest areas');