diff options
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp index 0c12020aa..592d20633 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -36,9 +36,9 @@ extern int serverVersion; Item::Item(const int id, const int quantity, const int refine, const unsigned char color, const bool equipment, const bool equipped): + mQuantity(quantity), mImage(nullptr), mDrawImage(nullptr), - mQuantity(quantity), mEquipment(equipment), mEquipped(equipped), mInEquipment(false), |