From 1758cbdecb4b5a44be2a5676a9840b7764f6726b Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 7 Dec 2021 14:22:50 -0500 Subject: [PATCH] Spell/Script: Throw Torch must hit only one target Port From (https://github.com/TrinityCore/TrinityCore/commit/bdb728a165052e01207afddce15fd40840730d4e) --- Source/Game/Spells/SpellManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index f07ddf883..6bdc2200f 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -3267,7 +3267,8 @@ namespace Game.Entities 53457, // Summon Impale Trigger (AoE) 45907, // Torch Target Picker 52953, // Torch - 58121 // Torch + 58121, // Torch + 43109 // Throw Torch }, spellInfo => { spellInfo.MaxAffectedTargets = 1;