From f446119f951b17b80969ee7eb485702b97a317cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Sep 2014 22:11:10 +0300 Subject: Increase number of slots again. --- src/equipment.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/equipment.h') diff --git a/src/equipment.h b/src/equipment.h index 1c40d455c..927dcb893 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -62,12 +62,14 @@ class Equipment final EQUIP_EVOL_RING1_SLOT = 11, EQUIP_EVOL_RING2_SLOT = 12, EQUIP_COSTUME_ROBE_SLOT = 13, - EQUIP_SHADOW_ARMOR_SLOT = 14, - EQUIP_SHADOW_WEAPON_SLOT = 15, - EQUIP_SHADOW_SHIELD_SLOT = 16, - EQUIP_SHADOW_SHOES_SLOT = 17, - EQUIP_SHADOW_ACCESSORY1_SLOT = 18, - EQUIP_SHADOW_ACCESSORY2_SLOT = 19, + EQUIP_MISSING1_SLOT = 14, + EQUIP_MISSING2_SLOT = 15, + EQUIP_SHADOW_ARMOR_SLOT = 16, + EQUIP_SHADOW_WEAPON_SLOT = 17, + EQUIP_SHADOW_SHIELD_SLOT = 18, + EQUIP_SHADOW_SHOES_SLOT = 19, + EQUIP_SHADOW_ACCESSORY1_SLOT = 20, + EQUIP_SHADOW_ACCESSORY2_SLOT = 21, EQUIP_VECTOREND }; -- cgit v1.2.3-60-g2f50