mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Spells: MaxAffectedTargets for 47731 Critter
(cherry picked from commit 37fcaf64ef)
This commit is contained in:
@@ -3551,7 +3551,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
});
|
||||
|
||||
ApplySpellFix({
|
||||
36384 // Skartax Purple Beam
|
||||
36384, // Skartax Purple Beam
|
||||
47731 // Critter
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->MaxAffectedTargets = 2;
|
||||
|
||||
Reference in New Issue
Block a user