Fix swapped accsessories (#2281)

* Enum was swapped, you can view it by calling @itemlist with one accessory equipped.
Thanks to @Temtaime!
This commit is contained in:
Temtaime 2017-08-03 20:38:59 +03:00 committed by Aleos
parent 4c62f581a8
commit cd3f42eb6a

View File

@ -220,8 +220,8 @@ enum equip_pos {
EQP_ARMOR = 0x000010, // 16
EQP_SHOES = 0x000040, // 64
EQP_GARMENT = 0x000004, // 4
EQP_ACC_L = 0x000008, // 8
EQP_ACC_R = 0x000080, // 128
EQP_ACC_R = 0x000008, // 8
EQP_ACC_L = 0x000080, // 128
EQP_COSTUME_HEAD_TOP = 0x000400, // 1024
EQP_COSTUME_HEAD_MID = 0x000800, // 2048
EQP_COSTUME_HEAD_LOW = 0x001000, // 4096