mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 02:52:26 +00:00
Tweaked down SE_CurrentHP aggro from buffs
This commit is contained in:
parent
88ba962a4c
commit
b16ce6f809
@ -1347,7 +1347,7 @@ int32 Mob::CheckHealAggroAmount(uint16 spellid, uint32 heal_possible) {
|
|||||||
for (int o = 0; o < EFFECT_COUNT; o++) {
|
for (int o = 0; o < EFFECT_COUNT; o++) {
|
||||||
switch(spells[spell_id].effectid[o]) {
|
switch(spells[spell_id].effectid[o]) {
|
||||||
case SE_CurrentHP: {
|
case SE_CurrentHP: {
|
||||||
AggroAmount += spells[spell_id].mana;
|
AggroAmount += IsBuffSpell(spell_id) ? spells[spell_id].mana / 4 : spells[spell_id].mana;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SE_Rune: {
|
case SE_Rune: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user