From 7d9c0b4d00849c752d012ee0a618007b9b683291 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Sat, 13 Jan 2024 00:01:35 -0500 Subject: [PATCH] Update zone.h --- zone/zone.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zone/zone.h b/zone/zone.h index a888a7492f..5256033029 100755 --- a/zone/zone.h +++ b/zone/zone.h @@ -77,14 +77,6 @@ struct ZoneEXPModInfo { float AAExpMod; }; -struct ItemTickStruct { - uint32 itemid; - uint32 chance; - uint32 level; - int16 bagslot; - std::string qglobal; -}; - class Client; class Expedition; class Map;