diff options
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 8fbb7400..c8015e45 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -30,3 +30,4 @@ ShopItem::ShopItem(int id, int quantity, int price): { mDisplayName = getInfo().getName() + " (" + toString(mPrice) + " GP)"; } + |