From 58c5003ad569cce5b4bdbdc27ae8aa8a965515d7 Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Tue, 18 Feb 2014 23:26:09 -0500 Subject: [PATCH] fix --- zone/attack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/attack.cpp b/zone/attack.cpp index 32a8318da..1518e0a0e 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -2488,7 +2488,7 @@ void Mob::AddToHateList(Mob* other, int32 hate, int32 damage, bool iYellForHelp, damage = GetHP(); 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_list.Add(other, hate, damage, bFrenzy, !iBuffTic);