Merge pull request #551 exclude Frostburgh race track from ghosting

Exclude space blizzard from Zone ghosting
This commit is contained in:
David Markowitz 2022-05-09 04:51:37 -07:00 committed by GitHub
commit d39df2e5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,