From 6faa202b57dbbbabc71e8bae3bdc1b428d87cc89 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:12:47 -0400 Subject: [PATCH] [Cleanup] Remove pDBAsyncWorkID from zone/entity.h (#3385) # Notes - This is unused. --- zone/entity.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/entity.h b/zone/entity.h index 9222569b7..52311b9f1 100644 --- a/zone/entity.h +++ b/zone/entity.h @@ -128,7 +128,6 @@ protected: initial_id = set_id; } } - uint32 pDBAsyncWorkID; private: uint16 id; uint16 initial_id;