diff --git a/playerbot/PlayerbotLLMInterface.h b/playerbot/PlayerbotLLMInterface.h index b54f63ba..876de920 100644 --- a/playerbot/PlayerbotLLMInterface.h +++ b/playerbot/PlayerbotLLMInterface.h @@ -10,7 +10,7 @@ class PlayerbotLLMInterface static void LimitContext(std::string& context, uint32 currentLength); private: - std::atomic generationCount; + std::atomic generationCount = 0; }; #define sPlayerbotLLMInterface MaNGOS::Singleton::Instance()