diff --git a/zone/bot_database.cpp b/zone/bot_database.cpp index f43bde970..498e16653 100644 --- a/zone/bot_database.cpp +++ b/zone/bot_database.cpp @@ -1788,7 +1788,8 @@ bool BotDatabase::CreateCloneBotInventory(const uint32 bot_id, const uint32 clon } for (auto& e : l) { - e.bot_id = clone_id; + e.inventories_index = 0; + e.bot_id = clone_id; } return BotInventoriesRepository::InsertMany(database, l);