mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Spell/Script: Torch 52953 and 58121 must hit only one target
(cherry picked from commit 8f71307e56)
This commit is contained in:
@@ -3479,7 +3479,9 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
52449, // Summon Skittering Infector (Force Cast)
|
||||
53609, // Summon Anub'ar Assassin (Force Cast)
|
||||
53457, // Summon Impale Trigger (AoE)
|
||||
45907 // Torch Target Picker
|
||||
45907, // Torch Target Picker
|
||||
52953, // Torch
|
||||
58121 // Torch
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
|
||||
Reference in New Issue
Block a user