mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
feat(Core/Common): move EventMap to separated files, add support chrono (#10209)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "ConditionMgr.h"
|
||||
#include "CreatureAI.h"
|
||||
#include "CreatureAIImpl.h"
|
||||
#include "EventMap.h"
|
||||
|
||||
class Creature;
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "CreatureAI.h"
|
||||
#include "CreatureAIImpl.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "EventMap.h"
|
||||
|
||||
#define CAST_AI(a, b) (dynamic_cast<a*>(b))
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define __BATTLEGROUNDAB_H
|
||||
|
||||
#include "Battleground.h"
|
||||
#include "EventMap.h"
|
||||
|
||||
enum BG_AB_Events
|
||||
{
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define __BATTLEGROUNDEY_H
|
||||
|
||||
#include "Battleground.h"
|
||||
#include "EventMap.h"
|
||||
#include "Language.h"
|
||||
|
||||
enum BG_EY_Events
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define __BATTLEGROUNDWS_H
|
||||
|
||||
#include "Battleground.h"
|
||||
#include "EventMap.h"
|
||||
|
||||
enum BG_WS_Events
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user