Core/Misc: Use proper headers to optimize compile

This commit is contained in:
Vincent-Michael
2012-07-29 21:40:10 +02:00
parent caea2a16a6
commit 634b3645d5
425 changed files with 995 additions and 424 deletions

View File

@@ -23,7 +23,9 @@ SDComment: Short custom scripting example
SDCategory: Script Examples
EndScriptData */
#include "ScriptPCH.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
// **** This script is designed as an example for others to build on ****
// **** Please modify whatever you'd like to as this script is only for developement ****