summaryrefslogtreecommitdiff
path: root/src/game-server/item.hpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-20 23:15:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-20 23:15:54 +0000
commitd1649dfdf5628fb49d1c2c50085cd318a87a515f (patch)
tree8259e3fd44d3f9ac6527d3e6ada98aa017c7a7ad /src/game-server/item.hpp
parent21a8c4c0eb44513f89aede04504c2ee67bcea175 (diff)
downloadmanaserv-d1649dfdf5628fb49d1c2c50085cd318a87a515f.tar.gz
manaserv-d1649dfdf5628fb49d1c2c50085cd318a87a515f.tar.bz2
manaserv-d1649dfdf5628fb49d1c2c50085cd318a87a515f.tar.xz
manaserv-d1649dfdf5628fb49d1c2c50085cd318a87a515f.zip
Implemented different monster attacks read from monsters.xml
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
};
/**