1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 11:07:45 +00:00

test script for SubCts999

This commit is contained in:
collett 2021-08-07 03:20:53 +09:00
parent 54b725d69a
commit ddddaf050f
2 changed files with 1371 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -735,6 +735,8 @@ std::unordered_map< uint32_t, Sapphire::World::Manager::TerritoryMgr::InstanceSp
{ 844, { { 0, 0, 0 }, -3.14 } }, { 844, { { 0, 0, 0 }, -3.14 } },
{ 880, { { 100, 0, 100 }, 3.14 } }, { 880, { { 100, 0, 100 }, 3.14 } },
{ 881, { { 100, 0, 100 }, 0 } }, { 881, { { 100, 0, 100 }, 0 } },
{ 918, { { 0, -200, -410 }, -3.1415 } },
{ 393, { { 0, 0, 0 }, -3.1415 } },
}; };
std::unordered_map< uint32_t, uint32_t > Sapphire::World::Manager::TerritoryMgr::instanceExitEvent = std::unordered_map< uint32_t, uint32_t > Sapphire::World::Manager::TerritoryMgr::instanceExitEvent =
@ -770,4 +772,6 @@ std::unordered_map< uint32_t, uint32_t > Sapphire::World::Manager::TerritoryMgr:
{ 131311, 844 }, { 131311, 844 },
{ 131326, 880 }, { 131326, 880 },
{ 131327, 881 }, { 131327, 881 },
{ 131363, 918 },
{ 131168, 393 },
}; };