From 58c3e267e1e17f2d67ad7d22e9d36468b95f848b Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 24 Jun 2023 13:58:13 -0400 Subject: [PATCH] [Cleanup] Remove GetACMit() from zone/merc.h (#3446) # Notes - This is unused. --- zone/merc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/merc.h b/zone/merc.h index 249b9d1a0..0c9983b5c 100644 --- a/zone/merc.h +++ b/zone/merc.h @@ -285,7 +285,6 @@ protected: private: int32 CalcAC(); - int32 GetACMit(); int32 GetACAvoid(); int32 CalcATK(); //int CalcHaste();