diff options
Diffstat (limited to 'src/game/Item.cpp')
-rw-r--r-- | src/game/Item.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Item.cpp b/src/game/Item.cpp index 2cb1fe3caa4..85df92f998b 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -943,3 +943,4 @@ Item* Item::CloneItem( uint32 count, Player const* player ) const newItem->SetItemRandomProperties(GetItemRandomPropertyId()); return newItem; } + |