From 815593b9bc6537c37b66b83927dea65658e9876b Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:59:24 -0500 Subject: [PATCH] [Cleanup] Remove unusued Max Item ID Constant (#2528) --- common/shareddb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/shareddb.h b/common/shareddb.h index 3c71cfd18..82875bfb0 100644 --- a/common/shareddb.h +++ b/common/shareddb.h @@ -21,8 +21,6 @@ #ifndef SHAREDDB_H_ #define SHAREDDB_H_ -#define MAX_ITEM_ID 200000 - #include "database.h" #include "skills.h" #include "spdat.h"