From 48a60114b7a468179e509e4be29224e5165e0283 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:20:25 -0400 Subject: [PATCH] [Cleanup] Remove CommandRequirement() from zonedb.h (#3094) # Notes - This is unused. --- zone/zonedb.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/zone/zonedb.h b/zone/zonedb.h index 4346a1338..b7c196a78 100644 --- a/zone/zonedb.h +++ b/zone/zonedb.h @@ -615,9 +615,6 @@ public: uint32 GetKarma(uint32 acct_id); void UpdateKarma(uint32 acct_id, uint32 amount); - /* Things which really dont belong here... */ - int16 CommandRequirement(const char* commandname); - // bot database add-on to eliminate the need for a second database connection BotDatabase botdb;