summaryrefslogtreecommitdiffstats
path: root/sigmod/Item.cpp
diff options
context:
space:
mode:
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);