From 074e130b9a2c29a807f6d6c7c5aa4d9c69184229 Mon Sep 17 00:00:00 2001 From: killerwife Date: Thu, 17 Oct 2024 22:44:01 +0200 Subject: [PATCH] Make s.4020 only hit one target --- sql/base/dbc/cmangos_fixes/Spell.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/base/dbc/cmangos_fixes/Spell.sql b/sql/base/dbc/cmangos_fixes/Spell.sql index 1f8544cdc52..38b5ee7d189 100644 --- a/sql/base/dbc/cmangos_fixes/Spell.sql +++ b/sql/base/dbc/cmangos_fixes/Spell.sql @@ -3604,6 +3604,9 @@ UPDATE spell_template SET Speed=0 WHERE Id IN(44333); -- Torch 58121 UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 58121; +-- Safirdrang's Chill - one target +UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 4020; + -- ============================================================ -- Missing WotLK Achievement Spells -- ============================================================