mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-09 06:17:10 +00:00
Exclude space blizzard from Zone ghosting
This commit is contained in:
parent
24745c2e7a
commit
4c7034648b
@ -24,12 +24,13 @@ EntityManager* EntityManager::m_Address = nullptr;
|
|||||||
std::vector<LWOMAPID> EntityManager::m_GhostingExcludedZones = {
|
std::vector<LWOMAPID> EntityManager::m_GhostingExcludedZones = {
|
||||||
// Small zones
|
// Small zones
|
||||||
1000,
|
1000,
|
||||||
|
|
||||||
// Racing zones
|
// Racing zones
|
||||||
1203,
|
1203,
|
||||||
|
1261,
|
||||||
1303,
|
1303,
|
||||||
1403,
|
1403,
|
||||||
|
|
||||||
// Property zones
|
// Property zones
|
||||||
1150,
|
1150,
|
||||||
1151,
|
1151,
|
||||||
|
Loading…
Reference in New Issue
Block a user