]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Trigger.h
switched to static type IDs
[l2e.git] / src / map / Trigger.h
index eb174607d00e76a04c4cd8b68201f3da1ff097c9..d1b915e100609be5e9303e17793f865d8eb142a1 100644 (file)
@@ -17,6 +17,9 @@ namespace map {
 
 class Trigger {
 
+public:
+       static const int TYPE_ID = 604;
+
 public:
        Trigger();
        ~Trigger() { }