Revert "Core/Unit: send original caster in heal packet log"

This reverts commit 7290ff87e7.
This commit is contained in:
Aokromes
2016-11-02 04:44:36 +01:00
parent c36efa65c3
commit de6b2eeca1

View File

@@ -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);