mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Change around some more headers to adhere to new strucutre and namebase
--HG-- branch : trunk
This commit is contained in:
@@ -21,7 +21,7 @@ SDComment: Short custom scripting example
|
||||
SDCategory: Script Examples
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptedPch.h"
|
||||
#include "ScriptPCH.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 ****
|
||||
|
||||
@@ -21,7 +21,7 @@ SDComment: Script used for testing escortAI
|
||||
SDCategory: Script Examples
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptedPch.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
enum eEnums
|
||||
|
||||
@@ -21,7 +21,7 @@ SDComment: Show a codebox in gossip option
|
||||
SDCategory: Script Examples
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptedPch.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include <cstring>
|
||||
|
||||
enum eEnums
|
||||
|
||||
@@ -21,7 +21,7 @@ SDComment: Item, Areatrigger and other small code examples
|
||||
SDCategory: Script Examples
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptedPch.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptMgr.h"
|
||||
|
||||
enum eSay
|
||||
|
||||
Reference in New Issue
Block a user