mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 05:52:26 +00:00
fix
This commit is contained in:
parent
0ca01641ff
commit
58c5003ad5
@ -2488,7 +2488,7 @@ void Mob::AddToHateList(Mob* other, int32 hate, int32 damage, bool iYellForHelp,
|
|||||||
damage = GetHP();
|
damage = GetHP();
|
||||||
|
|
||||||
if (spellbonuses.ImprovedTaunt[1] && (GetLevel() < spellbonuses.ImprovedTaunt[0])
|
if (spellbonuses.ImprovedTaunt[1] && (GetLevel() < spellbonuses.ImprovedTaunt[0])
|
||||||
&& other && (buffs[spellbonuses.ImprovedTaunt[0]].casterid != other->GetID()))
|
&& other && (buffs[spellbonuses.ImprovedTaunt[2]].casterid != other->GetID()))
|
||||||
hate = (hate*spellbonuses.ImprovedTaunt[1])/100;
|
hate = (hate*spellbonuses.ImprovedTaunt[1])/100;
|
||||||
|
|
||||||
hate_list.Add(other, hate, damage, bFrenzy, !iBuffTic);
|
hate_list.Add(other, hate, damage, bFrenzy, !iBuffTic);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user