From fd2c763726714e766fac0c0fa96a75a99bc729ab Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:34:34 -0300 Subject: [PATCH] fix(DB/Conditions): Stop pet attacks from stacking Focus Anger on Yogg-Saron's Crusher Tentacles (#27191) --- data/sql/updates/pending_db_world/rev_1786933721893803000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1786933721893803000.sql diff --git a/data/sql/updates/pending_db_world/rev_1786933721893803000.sql b/data/sql/updates/pending_db_world/rev_1786933721893803000.sql new file mode 100644 index 000000000..e61eca85f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1786933721893803000.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 24) AND (`SourceEntry` = 57688); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(24, 0, 57688, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Focused Anger - proc only from player attacks');