]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
implemented item dropping
[l2e.git] / src / common / Inventory.h
index db6c7052e7d908c6b38339efd6d0b3c8a6d9330b..aaf315cc6bd7cd4608706bb3e99e1a36984f60bd 100644 (file)
@@ -22,6 +22,7 @@ public:
 public:
        bool Add(const Item *, int count = 1);
        void Remove(const Item *, int count = 1);
+       void RemoveAll(const Item *);
 
        int MaxItems() const { return 96; }