mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Merge pull request #551 exclude Frostburgh race track from ghosting
Exclude space blizzard from Zone ghosting
This commit is contained in:
commit
d39df2e5a1
@ -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