From 0adf1b8034858a3fd87f81e985a76b3ee76fe8ec Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Fri, 25 Aug 2023 10:12:14 +0800 Subject: [PATCH] fix compile issue --- src/RandomPlayerbotFactory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RandomPlayerbotFactory.cpp b/src/RandomPlayerbotFactory.cpp index 07285946..5284c0f2 100644 --- a/src/RandomPlayerbotFactory.cpp +++ b/src/RandomPlayerbotFactory.cpp @@ -11,7 +11,6 @@ #include "PlayerbotFactory.h" #include "ScriptMgr.h" #include "SocialMgr.h" -#include std::map> RandomPlayerbotFactory::availableRaces;