]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
switched to static type IDs
[l2e.git] / src / battle / Monster.h
index f1073f2c8bb0e0261f1021320641c73f3f5d41b0..e73f4e8848c0422fc7d7ed8b02ff6a304134bdf3 100644 (file)
@@ -21,6 +21,9 @@ namespace battle {
 
 class Monster {
 
+public:
+       static const int TYPE_ID = 202;
+
 public:
        Monster();
        ~Monster();