Core/PacketIO: Updated to 11.0.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
Hondacrx
2024-09-02 18:44:55 -04:00
parent bd0d40fa13
commit f38ad4607e
74 changed files with 4980 additions and 3595 deletions
+1 -1
View File
@@ -4356,7 +4356,7 @@ namespace Game.Spells
spellLogEffectPowerDrainParams.Victim = target.GetGUID();
spellLogEffectPowerDrainParams.Points = points;
spellLogEffectPowerDrainParams.PowerType = (uint)powerType;
spellLogEffectPowerDrainParams.PowerType = powerType;
spellLogEffectPowerDrainParams.Amplitude = amplitude;
GetExecuteLogEffect(effect).PowerDrainTargets.Add(spellLogEffectPowerDrainParams);
+16
View File
@@ -4358,6 +4358,10 @@ namespace Game.Entities
// ENDOF STORMSONG VALLEY SPELLS
//
// THE WANDERING ISLE SPELLS
//
// Summon Master Li Fei
ApplySpellFix(new[] { 102445 }, spellInfo =>
{
@@ -4367,6 +4371,18 @@ 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
//
// Earthquake
ApplySpellFix(new[] { 61882 }, spellInfo =>
{