]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.h
implemented inventory item swapping
[l2e.git] / src / common / Ikari.h
index 76730defbc72e0f6a5900aa34faffa1b43111179..557e77d857baf9f2d8e63b00fa1ca7c565ebd3a7 100644 (file)
@@ -15,6 +15,9 @@ namespace common {
 // TODO: looks like Ikari and Spell have _quite_ a lot in common…
 class Ikari {
 
+public:
+       static const int TYPE_ID = 302;
+
 public:
        Ikari();
 
@@ -36,6 +39,7 @@ public:
        void SetPhysical() { isPhysical = true; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const char *name;