mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
@@ -14,8 +14,6 @@ This file is released under the MIT license. See README-MIT for more information
|
||||
#include <cstdint>
|
||||
|
||||
#include "Server/Definitions.h"
|
||||
#include "Spell/Definitions/SpellEffects.hpp"
|
||||
#include "Storage/MySQLDataStore.hpp"
|
||||
#include "Utilities/Strings.hpp"
|
||||
|
||||
TaxiMask sTaxiNodesMask;
|
||||
|
||||
@@ -11,6 +11,7 @@ This file is released under the MIT license. See README-MIT for more information
|
||||
#include "Movement/Spline/MoveSpline.h"
|
||||
#include "Movement/Spline/MoveSplineInit.h"
|
||||
#include "Management/ObjectMgr.h"
|
||||
#include "Objects/Transporter.hpp"
|
||||
#include "Movement/WaypointManager.h"
|
||||
#include "Objects/Units/Creatures/AIInterface.h"
|
||||
|
||||
|
||||
@@ -7,12 +7,8 @@ This file is released under the MIT license. See README-MIT for more information
|
||||
|
||||
#include "Movement/MovementGenerator.h"
|
||||
#include "PathMovementBase.h"
|
||||
#include "GameWotLK/Storage/DBCStores.h"
|
||||
#include "Movement/MovementDefines.h"
|
||||
#include "Objects/Units/UnitDefines.hpp"
|
||||
#include "Utilities/Util.hpp"
|
||||
|
||||
class Player;
|
||||
class Creature;
|
||||
class Unit;
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ Copyright (c) 2014-2023 AscEmu Team <http://www.ascemu.org>
|
||||
This file is released under the MIT license. See README-MIT for more information.
|
||||
*/
|
||||
|
||||
#include "Management/Faction.h"
|
||||
#include "Management/TaxiMgr.h"
|
||||
#include "Storage/MySQLDataStore.hpp"
|
||||
#include "Server/Packets/CmsgTaxiQueryAvailableNodes.h"
|
||||
|
||||
Reference in New Issue
Block a user