From d6251a775954fafff54c640add191b1e19f408b0 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 5 Sep 2022 22:27:53 -0400 Subject: [PATCH] Core/Spells: MaxAffectedTargets for 47731 Critter Port From (https://github.com/TrinityCore/TrinityCore/commit/731177fa9bc1b6fc7078f1e71dca279227732da5) --- 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 265c8f1af..1275ac1b2 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -3240,7 +3240,8 @@ namespace Game.Entities }); ApplySpellFix(new[] { - 36384 // Skartax Purple Beam + 36384, // Skartax Purple Beam + 47731 // Critter }, spellInfo => { spellInfo.MaxAffectedTargets = 2;