mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 20:53:52 +00:00
Fix Sinister Strikes calc
This commit is contained in:
parent
d0f9a14217
commit
957aba7ae5
@ -2681,7 +2681,7 @@ uint8 Mob::GetWeaponDamageBonus(const Item_Struct *weapon, bool offhand)
|
||||
else if (delay >= 45)
|
||||
return 4 + ((level - 28) / 3) + ((delay - 40) / 3);
|
||||
} else {
|
||||
return 1 + ((level - 28) / 3) * (delay / 30);
|
||||
return 1 + ((level - 40) / 3) * (delay / 30); // YOOO shit's useless waste of AAs
|
||||
}
|
||||
} else {
|
||||
// 2h damage bonus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user