]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.h
moved TODOs to tracker
[l2e.git] / src / common / Ikari.h
index a5751063e7057472ee1d608d8e0c533c63151b89..299953824df6374cff9e95f36e4f443e8fa22c9d 100644 (file)
@@ -28,8 +28,6 @@ public:
        bool IsMagical() const { return !isPhysical; }
        bool IsPhysical() const { return isPhysical; }
 
-       // TODO: add missing ikari properties
-
 // temporary setters
 public:
        void SetName(const char *n) { name = n; }