From d3fbd026b4be39e14b49c632c80ec6edb82d77e9 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 30 Oct 2014 22:08:45 -0400 Subject: [PATCH] Fix error with commit --- zone/attack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/attack.cpp b/zone/attack.cpp index 3d05bad70..5e2baa117 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -1295,7 +1295,7 @@ bool Client::Attack(Mob* other, int Hand, bool bRiposte, bool IsStrikethrough, b damage += opts->damage_flat; hate *= opts->hate_percent; hate += opts->hate_flat; - hit_chance_bonus += opts->hate_flat; + hit_chance_bonus += opts->hit_chance; } //check to see if we hit..