summaryrefslogtreecommitdiff
path: root/src/game-server/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/item.hpp')
-rw-r--r--src/game-server/item.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game-server/item.hpp b/src/game-server/item.hpp
index 4f1186be..018cac48 100644
--- a/src/game-server/item.hpp
+++ b/src/game-server/item.hpp
@@ -47,7 +47,10 @@ enum ItemType
ITEM_EQUIPMENT_RING,// 9
ITEM_EQUIPMENT_NECKLACE,// 10
ITEM_EQUIPMENT_FEET,// 11
- ITEM_EQUIPMENT_AMMO// 12
+ ITEM_EQUIPMENT_AMMO,// 12
+ ITEM_HAIRSPRITE,
+ ITEM_RACESPRITE,
+ ITEM_UNKNOWN
};
/**