diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index cba06a8f..c961e8d6 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -150,6 +150,8 @@ void PlayerbotFactory::Randomize(bool incremental) pmo->finish(); */ InitInstanceQuests(); + // clear quest reward inventory + ClearInventory(); bot->GiveLevel(level); if (sPlayerbotAIConfig->randomBotPreQuests)