X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTrigger.h;h=d1b915e100609be5e9303e17793f865d8eb142a1;hb=5ff22859ee5966297862d3384206fa2cf52da7ca;hp=eb174607d00e76a04c4cd8b68201f3da1ff097c9;hpb=7c43158af1abf38fa896a442cb3c6d8a5bc630e7;p=l2e.git diff --git a/src/map/Trigger.h b/src/map/Trigger.h index eb17460..d1b915e 100644 --- a/src/map/Trigger.h +++ b/src/map/Trigger.h @@ -17,6 +17,9 @@ namespace map { class Trigger { +public: + static const int TYPE_ID = 604; + public: Trigger(); ~Trigger() { }