ClearAllItems during randomize

This commit is contained in:
Yunfan Li
2023-08-08 00:49:04 +08:00
parent 1381a4b809
commit e3094f2558

View File

@@ -124,7 +124,7 @@ void PlayerbotFactory::Randomize(bool incremental)
{
ResetQuests();
}
ClearInventory();
ClearAllItems();
bot->SaveToDB(false, false);
bot->GiveLevel(level);