From 8505f20e0245dff765bb73df0dcaeadf5edcbd99 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Thu, 23 Aug 2018 22:41:11 +1000 Subject: [PATCH] more chara flags --- src/common/Common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/Common.h b/src/common/Common.h index 39fbc393..cfdad245 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -600,6 +600,9 @@ namespace Common { HideWeapon = 0x2, HideLegacyMark = 0x4, + StoreNewItemsInArmouryChest = 0x5, + StoreCraftedItemsInInventory = 0x6, + Visor = 0x40, };