mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[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:
parent
8eb47efddc
commit
31ea979c7c
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10472"
|
||||
#define REVISION_NR "10473"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue