Spell/Script: Throw Torch must hit only one target
Port From (https://github.com/TrinityCore/TrinityCore/commit/bdb728a165052e01207afddce15fd40840730d4e)
This commit is contained in:
@@ -3267,7 +3267,8 @@ namespace Game.Entities
|
|||||||
53457, // Summon Impale Trigger (AoE)
|
53457, // Summon Impale Trigger (AoE)
|
||||||
45907, // Torch Target Picker
|
45907, // Torch Target Picker
|
||||||
52953, // Torch
|
52953, // Torch
|
||||||
58121 // Torch
|
58121, // Torch
|
||||||
|
43109 // Throw Torch
|
||||||
}, spellInfo =>
|
}, spellInfo =>
|
||||||
{
|
{
|
||||||
spellInfo.MaxAffectedTargets = 1;
|
spellInfo.MaxAffectedTargets = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user