From 71da5b8f68b874d4327508011c1909d7b2d614eb Mon Sep 17 00:00:00 2001 From: sogladev Date: Sun, 19 Oct 2025 19:02:34 +0200 Subject: [PATCH] fix(DB/Conditions): Krik'thir the Gatewatcher can be hit by Acid Splash (#23301) --- data/sql/updates/pending_db_world/rev_1760816979895001416.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1760816979895001416.sql diff --git a/data/sql/updates/pending_db_world/rev_1760816979895001416.sql b/data/sql/updates/pending_db_world/rev_1760816979895001416.sql new file mode 100644 index 000000000..d712a3d86 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1760816979895001416.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` = 52446) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 28684) AND (`ConditionValue3` = 0);