From 957aba7ae526520946494b7f6ad3999700f51950 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 24 Sep 2015 19:39:36 -0400 Subject: [PATCH] Fix Sinister Strikes calc --- zone/attack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/attack.cpp b/zone/attack.cpp index 171b8d2fe..7a62aaff4 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -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