Core/Items: Fixed item spell charge slot indexing

Port From (https://github.com/TrinityCore/TrinityCore/commit/c85d12fc3f0576163d4ffa91bb38f66894305349)
This commit is contained in:
Hondacrx
2025-06-08 15:09:36 -04:00
parent aa4975855c
commit 57b2c5b550
6 changed files with 56 additions and 45 deletions
-9
View File
@@ -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
//