summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.h b/src/Item.h
index 7e2fc6cff..2a1978aad 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -202,8 +202,8 @@ public:
AString m_CustomName;
AString m_Lore;
- cFireworkItem m_FireworkItem;
UInt16 m_RepairCost;
+ cFireworkItem m_FireworkItem;
};
// tolua_end