feat(Core/Common): move EventMap to separated files, add support chrono (#10209)

This commit is contained in:
Kargatum
2022-02-04 21:12:45 +07:00
committed by GitHub
parent 8b53cf27b0
commit 3a0a9ba088
11 changed files with 589 additions and 342 deletions

View File

@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "EventMap.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"

View File

@@ -16,6 +16,7 @@
*/
#include "CreatureAI.h"
#include "EventMap.h"
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptMgr.h"

View File

@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "EventMap.h"
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptMgr.h"