fix(Core/Pathfinding): Creatures regen health, spells LOD (#4509)

This commit is contained in:
Footman
2021-02-10 02:37:05 +03:00
committed by GitHub
parent 98a61b71e5
commit 522eb9a7e4
12 changed files with 132 additions and 115 deletions

View File

@@ -7,11 +7,6 @@
#ifndef ACORE_MAP_H
#define ACORE_MAP_H
// Pathfinding
#include "DetourAlloc.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include "Define.h"
#include <ace/RW_Thread_Mutex.h>
#include <ace/Thread_Mutex.h>
@@ -27,7 +22,6 @@
#include "GameObjectModel.h"
#include "PathGenerator.h"
#include "ObjectDefines.h"
#include "Log.h"
#include "DataMap.h"
#include <bitset>
#include <list>