chore(PCH): remove "ScriptPCH.h" from cpp scripts (#1423)
remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
This commit is contained in:
parent
2d3ea3a308
commit
7a9f09341f
114 changed files with 156 additions and 140 deletions
|
|
@ -9,11 +9,12 @@
|
|||
* Scriptnames of files in this file should be prefixed with "npc_pet_mag_".
|
||||
*/
|
||||
|
||||
#include "Player.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "CombatAI.h"
|
||||
#include "Pet.h"
|
||||
#include "SpellAuras.h"
|
||||
|
||||
enum MageSpells
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue