Core/Items: Fixed item spell charge slot indexing
Port From (https://github.com/TrinityCore/TrinityCore/commit/c85d12fc3f0576163d4ffa91bb38f66894305349)
This commit is contained in:
@@ -4384,15 +4384,6 @@ namespace Game.Entities
|
||||
});
|
||||
});
|
||||
|
||||
// Summon Living Air
|
||||
ApplySpellFix([102207], spellInfo =>
|
||||
{
|
||||
ApplySpellEffectFix(spellInfo, 0, spellEffectInfo =>
|
||||
{
|
||||
spellEffectInfo.TargetA = new SpellImplicitTargetInfo(Targets.DestTargetRandom);
|
||||
});
|
||||
});
|
||||
|
||||
// END OF THE WANDERING ISLE SPELLS
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user