From 05d2cbadb2b93ca06caf6777b96b890d89ba00db Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Sat, 25 Aug 2018 02:14:49 +0200 Subject: [PATCH] Added missing PlayerStruct change --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.h b/structs.h index 85b44d855..cbc2fc938 100644 --- a/structs.h +++ b/structs.h @@ -830,7 +830,7 @@ struct PlayerStruct int _pMemSpells[2]; // __declspec(align(8)) int _pAblSpells[2]; int _pScrlSpells[2]; - int _pSpellFlags; + char _pSpellFlags; int _pSplHotKey[4]; char _pSplTHotKey[4]; int _pwtype;