[10473] Fix structure SMSG_SPELLHEALLOG for 3.5.5

This also fix proper show critical heals

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
LordJZ 2010-09-12 01:26:55 +04:00 committed by VladimirMangos
parent 8eb47efddc
commit 31ea979c7c
2 changed files with 2 additions and 1 deletions

View file

@ -5936,6 +5936,7 @@ void Unit::SendHealSpellLog(Unit *pVictim, uint32 SpellID, uint32 Damage, uint32
data << uint32(SpellID);
data << uint32(Damage);
data << uint32(OverHeal);
data << uint32(0); // absorb, not implemented, look 301 aura
data << uint8(critical ? 1 : 0);
data << uint8(0); // unused in client?
SendMessageToSet(&data, true);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10472"
#define REVISION_NR "10473"
#endif // __REVISION_NR_H__