mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-20 22:48:26 +00:00
Melee Crits, HoTs, DoTs messages should now filter correctly
Clients that also support seeing others DoTs will now see them
if they don't filter them.
Note: HoTs 'mine only' doesn't seem to be different from 'show'
This commit is contained in:
@@ -3230,7 +3230,7 @@ void Mob::DoBuffTic(uint16 spell_id, int slot, uint32 ticsremaining, uint8 caste
|
||||
if(caster)
|
||||
effect_value = caster->GetActSpellHealing(spell_id, effect_value);
|
||||
|
||||
HealDamage(effect_value, caster);
|
||||
HealDamage(effect_value, caster, spell_id);
|
||||
//healing aggro would go here; removed for now
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user