[Bots] Include location fix
TODO: Clean up all the includes..
This commit is contained in:
parent
6ee9bc9e9d
commit
55d91ec6c6
@ -38,7 +38,7 @@ include_directories(
|
||||
"${CMAKE_SOURCE_DIR}/dep/recastnavigation/Detour"
|
||||
"${CMAKE_SOURCE_DIR}/dep/recastnavigation/"
|
||||
"${CMAKE_SOURCE_DIR}/dep/include"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared",
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/Common"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/Database"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/DataStores"
|
||||
|
@ -130,7 +130,6 @@ include_directories(
|
||||
${CMAKE_SOURCE_DIR}/src/game/WorldHandlers
|
||||
${CMAKE_SOURCE_DIR}/src/shared
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Common
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Config
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Database
|
||||
${CMAKE_SOURCE_DIR}/src/shared/DataStores
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Log
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include "ItemBag.h"
|
||||
#include "AhBot.h"
|
||||
#include "World.h"
|
||||
#include "Config.h"
|
||||
#include "config/Config.h"
|
||||
#include "Chat.h"
|
||||
#include "AhBotConfig.h"
|
||||
#include "AuctionHouseMgr.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user