From ed05ed85c0bc44980168f730d02dfd379a2bfda9 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 12 Jan 2016 16:56:33 +0100 Subject: Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag implementation As per ultramage's suggestion in #926 Signed-off-by: Haru --- src/common/mmo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 17e6078fc..37fc63e29 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -268,6 +268,7 @@ struct item { //Equip position constants enum equip_pos { + EQP_NONE = 0x000000, EQP_HEAD_LOW = 0x000001, EQP_HEAD_MID = 0x000200, //512 EQP_HEAD_TOP = 0x000100, //256 -- cgit v1.2.3-70-g09d2