mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Revert "Core/Unit: send original caster in heal packet log"
This reverts commit 7290ff87e7.
This commit is contained in:
@@ -8601,7 +8601,7 @@ void Unit::SendHealSpellLog(Unit* victim, uint32 SpellID, uint32 Damage, uint32
|
||||
// we guess size
|
||||
WorldPacket data(SMSG_SPELLHEALLOG, 8 + 8 + 4 + 4 + 4 + 4 + 1 + 1);
|
||||
data << victim->GetPackGUID();
|
||||
data << healInfo.GetHealer()->GetPackGUID();
|
||||
data << GetPackGUID();
|
||||
data << uint32(SpellID);
|
||||
data << uint32(Damage);
|
||||
data << uint32(OverHeal);
|
||||
|
||||
Reference in New Issue
Block a user