X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTrigger.h;fp=src%2Fmap%2FTrigger.h;h=d1b915e100609be5e9303e17793f865d8eb142a1;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=eb174607d00e76a04c4cd8b68201f3da1ff097c9;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;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() { }