summaryrefslogtreecommitdiffstats
path: root/sigmod/Item.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-24 10:38:41 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-24 10:38:41 -0500
commit77b8eb19316d2f286d97707452a226b1ebe4e5c9 (patch)
tree8697df1cb974bfe3add93e92fdad64c1790624ef /sigmod/Item.cpp
parent7838a7230b84838053275f0906d878cbb71d9a38 (diff)
downloadsigen-77b8eb19316d2f286d97707452a226b1ebe4e5c9.tar.gz
sigen-77b8eb19316d2f286d97707452a226b1ebe4e5c9.tar.xz
sigen-77b8eb19316d2f286d97707452a226b1ebe4e5c9.zip
Now copying sellPrice in Item
Diffstat (limited to 'sigmod/Item.cpp')
-rw-r--r--sigmod/Item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmod/Item.cpp b/sigmod/Item.cpp
index 4ef56dd7..135590bc 100644
--- a/sigmod/Item.cpp
+++ b/sigmod/Item.cpp
@@ -207,6 +207,7 @@ Sigmod::Item& Sigmod::Item::operator=(const Item& rhs)
COPY(sellable);
COPY(type);
COPY(price);
+ COPY(sellPrice);
COPY(weight);
COPY(description);
COPY(script);