diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-07-19 13:50:43 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-07-19 13:50:43 -0400 |
| commit | dffac4ac7cb7f62619bf1d0b356b17f5791fa765 (patch) | |
| tree | d7f05be81da9429e7f2d9736bae58cd0647655f8 /sigscript/ItemWrapper.cpp | |
| parent | 51f1d2c9d6c2a2b89821143de8fc3bce95d8f164 (diff) | |
| download | sigen-dffac4ac7cb7f62619bf1d0b356b17f5791fa765.tar.gz sigen-dffac4ac7cb7f62619bf1d0b356b17f5791fa765.tar.xz sigen-dffac4ac7cb7f62619bf1d0b356b17f5791fa765.zip | |
Remove sellable from item; set in sellPrice as -1
Diffstat (limited to 'sigscript/ItemWrapper.cpp')
| -rw-r--r-- | sigscript/ItemWrapper.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sigscript/ItemWrapper.cpp b/sigscript/ItemWrapper.cpp index ce1b9aa6..4f724d03 100644 --- a/sigscript/ItemWrapper.cpp +++ b/sigscript/ItemWrapper.cpp @@ -47,11 +47,6 @@ QString ItemWrapper::name() const return m_item->name(); } -bool ItemWrapper::sellable() const -{ - return m_item->sellable(); -} - ItemTypeWrapper* ItemWrapper::type() { return game()->itemType(m_item->type()); |
