mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10479] Implement heak absorb for periodic heal
Also fix SMSG_PERIODICAURALOG for periodic heal for 3.5.5 Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
6af66f1ae4
commit
919dc87bac
3 changed files with 11 additions and 4 deletions
|
|
@ -5077,6 +5077,7 @@ void Unit::SendPeriodicAuraLog(SpellPeriodicAuraLogInfo *pInfo)
|
|||
case SPELL_AURA_OBS_MOD_HEALTH:
|
||||
data << uint32(pInfo->damage); // damage
|
||||
data << uint32(pInfo->overDamage); // overheal?
|
||||
data << uint32(pInfo->absorb); // absorb
|
||||
data << uint8(pInfo->critical ? 1 : 0); // new 3.1.2 critical flag
|
||||
break;
|
||||
case SPELL_AURA_OBS_MOD_MANA:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue