mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix bot frenzy
This commit is contained in:
parent
ae81ab8a12
commit
31de6a63cc
@ -4718,7 +4718,7 @@ int Bot::GetBaseSkillDamage(EQEmu::skills::SkillType skill, Mob *target)
|
|||||||
base++;
|
base++;
|
||||||
return base;
|
return base;
|
||||||
case EQEmu::skills::SkillFrenzy:
|
case EQEmu::skills::SkillFrenzy:
|
||||||
if (GetBotItem(EQEmu::inventory::slotSecondary)) {
|
if (GetBotItem(EQEmu::inventory::slotPrimary)) {
|
||||||
if (GetLevel() > 15)
|
if (GetLevel() > 15)
|
||||||
base += GetLevel() - 15;
|
base += GetLevel() - 15;
|
||||||
if (base > 23)
|
if (base > 23)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user