diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index d31f5f25..e1d118e4 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -124,7 +124,7 @@ void PlayerbotFactory::Randomize(bool incremental) { ResetQuests(); } - ClearInventory(); + ClearAllItems(); bot->SaveToDB(false, false); bot->GiveLevel(level);