From 2aa7ff5a7230966ee4b3dae66780b5710710d74f Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Thu, 5 Oct 2023 01:08:29 +0800 Subject: [PATCH] clear quest reward inventory --- src/PlayerbotFactory.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)