From 306c641c72aed324bc92381b5bca9d79a11dee08 Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Fri, 31 Oct 2014 21:47:07 -0400 Subject: [PATCH] merge --- 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..