Core: Updated to 11.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782)
This commit is contained in:
@@ -4471,6 +4471,7 @@ namespace Game.Spells
|
||||
unitCaster.ClearChannelObjects();
|
||||
unitCaster.SetChannelSpellId(0);
|
||||
unitCaster.SetChannelVisual(new SpellCastVisualField());
|
||||
unitCaster.SetChannelSpellData(0, 0);
|
||||
unitCaster.SetSpellEmpowerStage(-1);
|
||||
}
|
||||
|
||||
@@ -4550,6 +4551,7 @@ namespace Game.Spells
|
||||
|
||||
unitCaster.SetChannelSpellId(m_spellInfo.Id);
|
||||
unitCaster.SetChannelVisual(m_SpellVisual);
|
||||
unitCaster.SetChannelSpellData(GameTime.GetGameTimeMS(), duration);
|
||||
|
||||
void setImmunitiesAndHealPrediction(ref SpellChannelStartInterruptImmunities? interruptImmunities, ref SpellTargetedHealPrediction? healPrediction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user