mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 23:11:56 -04: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