Fix bot frenzy

This commit is contained in:
Michael Cook (mackal)
2017-01-25 21:08:59 -05:00
parent ae81ab8a12
commit 31de6a63cc
+1 -1
View File
@@ -4718,7 +4718,7 @@ int Bot::GetBaseSkillDamage(EQEmu::skills::SkillType skill, Mob *target)
base++;
return base;
case EQEmu::skills::SkillFrenzy:
if (GetBotItem(EQEmu::inventory::slotSecondary)) {
if (GetBotItem(EQEmu::inventory::slotPrimary)) {
if (GetLevel() > 15)
base += GetLevel() - 15;
if (base > 23)