]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Entity.h
switched to static type IDs
[l2e.git] / src / map / Entity.h
index 8d5c6a5bbb2b8b1d825211e4328e0e9356ad9f6e..8832fca31aab4d8253120732cc84d0aedafc4276 100644 (file)
@@ -23,6 +23,9 @@ namespace map {
 /// interact with the player.
 class Entity {
 
+public:
+       static const int TYPE_ID = 605;
+
 public:
        Entity();
        ~Entity() { }