mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Spells: do not set a beacon guid for channeled spells to match sniff behaivior
This commit is contained in:
@@ -4718,7 +4718,6 @@ void Spell::SendChannelStart(uint32 duration)
|
||||
castFlags |= CAST_FLAG_HEAL_PREDICTION;
|
||||
|
||||
WorldPackets::Spells::SpellHealPrediction predict;
|
||||
predict.BeaconGUID = m_caster->GetGUID();
|
||||
predict.Type = DIRECT_DAMAGE;
|
||||
predict.Points = predictedHealing;
|
||||
packet.HealPrediction.emplace(channelTarget, predict);
|
||||
|
||||
Reference in New Issue
Block a user