]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Spell.h
moved TODOs to tracker
[l2e.git] / src / common / Spell.h
index 38d2395125d1df4aa403d9aa130c752b4979003b..d32de4689e780044b14092628f06040b498ce750 100644 (file)
@@ -32,8 +32,6 @@ public:
        HeroGroup &UsableBy() { return usableBy; }
        const HeroGroup &UsableBy() const { return usableBy; }
 
-       // TODO: add missing spell properties
-
 // temporary setters
 public:
        void SetName(const char *n) { name = n; }