mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: MaxAffectedTargets for 47731 Critter
This commit is contained in:
@@ -3396,7 +3396,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