Core/AreaTriggers: Implementation for sever side area triggers

- Spawn GridLoader to spawn area triggers correctly now
- Removed SAI completely
- Removed remnants of smart scripts. Created different issue for it
- Calling InitDbPhaseShift and not InDbPhaseShift
- changed SpawnId to uint64 rather than uint32
- not using CellGuidSet typedef as to not include ObjectMgr.h in the header
This commit is contained in:
Matan Shukry
2021-01-28 05:46:06 +02:00
committed by Shauren
parent 08005a7cf9
commit 0417c5ff5f
11 changed files with 314 additions and 23 deletions

View File

@@ -16,6 +16,7 @@
*/
#include "Map.h"
#include "AreaTriggerDataStore.h"
#include "Battleground.h"
#include "CellImpl.h"
#include "CharacterPackets.h"