refactor(LogicServer): 注释掉场景配置中的三个传送点

- 在 Scenes.config 文件中,将场景 ID 为 59、60 和 61 的三个传送点配置注释掉
- 这可能会影响到对应的场景跳转功能,需要在其他地方检查相关逻辑
This commit is contained in:
2025-01-05 23:01:38 +08:00
parent d223d45023
commit 5fe4b24153

View File

@@ -780,39 +780,39 @@ Scenes = {
{ id = 131, posx = 48, posy = 151 }, { id = 131, posx = 48, posy = 151 },
}, },
teleport = { teleport = {
{ -- {
posx = 31, -- posx = 31,
posy = 125, -- posy = 125,
dist = 1, -- dist = 1,
toSceneid = 59, -- toSceneid = 59,
toPosx = 6, -- toPosx = 6,
toPosy = 5, -- toPosy = 5,
modelid = 0, -- modelid = 0,
name = Lang.Scenes.s00059, -- name = Lang.Scenes.s00059,
mapHide = true, -- mapHide = true,
}, -- },
{ -- {
posx = 56, -- posx = 56,
posy = 143, -- posy = 143,
dist = 1, -- dist = 1,
toSceneid = 60, -- toSceneid = 60,
toPosx = 7, -- toPosx = 7,
toPosy = 6, -- toPosy = 6,
modelid = 0, -- modelid = 0,
name = Lang.Scenes.s00060, -- name = Lang.Scenes.s00060,
mapHide = true, -- mapHide = true,
}, -- },
{ -- {
posx = 47, -- posx = 47,
posy = 137, -- posy = 137,
dist = 1, -- dist = 1,
toSceneid = 61, -- toSceneid = 61,
toPosx = 7, -- toPosx = 7,
toPosy = 9, -- toPosy = 9,
modelid = 0, -- modelid = 0,
name = Lang.Scenes.s00061, -- name = Lang.Scenes.s00061,
mapHide = true, -- mapHide = true,
}, -- },
{ {
posx = 332, posx = 332,
posy = 281, posy = 281,