Revert "Fix no PCH on MSVC"

This reverts commit 6f52a2400d.
This commit is contained in:
Zyres
2023-07-19 22:36:22 +02:00
parent 6f52a2400d
commit e1ef50d67e
4 changed files with 1 additions and 7 deletions

View File

@@ -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;

View File

@@ -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"

View File

@@ -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;

View File

@@ -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"