mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Scripts: Fix nopch build
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "Define.h"
|
||||
#include "Creature.h"
|
||||
#include "CreatureAIImpl.h"
|
||||
|
||||
#define DataHeader "DS"
|
||||
#define DSScriptName "instance_dragon_soul"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifndef DEF_ENDTIME_H
|
||||
#define DEF_ENDTIME_H
|
||||
|
||||
#include "CreatureAIImpl.h"
|
||||
#include "Define.h"
|
||||
|
||||
#define DataHeader "ET"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifndef DEF_HOUROFTWILIGHT_H
|
||||
#define DEF_HOUROFTWILIGHT_H
|
||||
|
||||
#include "CreatureAIImpl.h"
|
||||
#include "Define.h"
|
||||
|
||||
#define DataHeader "HOT"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#ifndef DEF_WELLOFETERNITY_H
|
||||
#define DEF_WELLOFETERNITY_H
|
||||
|
||||
#include "CreatureAIImpl.h"
|
||||
#include "Define.h"
|
||||
|
||||
#define DataHeader "WOE"
|
||||
|
||||
Reference in New Issue
Block a user