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 b0c2109a5b5..766bd81d640 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -916,3 +916,4 @@ Item* Item::CloneItem( uint32 count, Player const* player ) const newItem->SetItemRandomProperties(GetItemRandomPropertyId()); return newItem; } + |