From 0fe351477e8c3208b6b9b71430cb6b229c5855c8 Mon Sep 17 00:00:00 2001 From: collett Date: Tue, 23 Jun 2020 01:46:52 +0900 Subject: [PATCH] instance def update --- src/world/Manager/TerritoryMgr.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/world/Manager/TerritoryMgr.cpp b/src/world/Manager/TerritoryMgr.cpp index c8687db7..f531c0ca 100644 --- a/src/world/Manager/TerritoryMgr.cpp +++ b/src/world/Manager/TerritoryMgr.cpp @@ -689,10 +689,16 @@ void Sapphire::World::Manager::TerritoryMgr::createAndJoinQuestBattle( Entity::P std::unordered_map< uint32_t, Sapphire::World::Manager::TerritoryMgr::InstanceSpawnInfo > Sapphire::World::Manager::TerritoryMgr::instanceSpawnInfo = { - { 210, { { 0, -0.2f, 8 }, -3.1415 } }, + { 210, { { 0, -0.2f, 8 }, -3.1416 } }, + { 198, { { 0, 1.605f, 0 }, -3.1516 } }, + { 204, { { 0, 0.5, 0 }, -3.1516 } }, + { 205, { { 31, 1.6, 25.5 }, -2.68533 } }, }; std::unordered_map< uint32_t, uint32_t > Sapphire::World::Manager::TerritoryMgr::instanceExitEvent = { - { 131085, 210 }, + { 131085, 210 }, + { 131123, 198 }, + { 131075, 204 }, + { 131076, 205 }, }; \ No newline at end of file