From 0f7a448b73b8295a6fc23dc0edb95e8b7e634ceb Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Fri, 13 Jul 2018 23:55:14 -0500 Subject: [PATCH] Update structs.h --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.h b/structs.h index c0f2acb7c..fc0715c68 100644 --- a/structs.h +++ b/structs.h @@ -820,7 +820,7 @@ struct PlayerStruct char _pLightRad; unsigned char _pLvlChanging; char _pName[32]; - unsigned char _pClass; + char _pClass; int _pStrength; int _pBaseStr; int _pMagic;