]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Spell.h
switched to static type IDs
[l2e.git] / src / common / Spell.h
index d9601260a007e84ae482c5ffeedcf35d8ad2c99a..0f864b81bda0c3c8bd42373e24cf324e82c9a3b1 100644 (file)
@@ -15,6 +15,9 @@ namespace common {
 
 class Spell {
 
+public:
+       static const int TYPE_ID = 304;
+
 public:
        Spell();