refactor(LogicServer): 注释掉场景配置中的三个传送点
- 在 Scenes.config 文件中,将场景 ID 为 59、60 和 61 的三个传送点配置注释掉 - 这可能会影响到对应的场景跳转功能,需要在其他地方检查相关逻辑
This commit is contained in:
@@ -780,39 +780,39 @@ Scenes = {
|
||||
{ id = 131, posx = 48, posy = 151 },
|
||||
},
|
||||
teleport = {
|
||||
{
|
||||
posx = 31,
|
||||
posy = 125,
|
||||
dist = 1,
|
||||
toSceneid = 59,
|
||||
toPosx = 6,
|
||||
toPosy = 5,
|
||||
modelid = 0,
|
||||
name = Lang.Scenes.s00059,
|
||||
mapHide = true,
|
||||
},
|
||||
{
|
||||
posx = 56,
|
||||
posy = 143,
|
||||
dist = 1,
|
||||
toSceneid = 60,
|
||||
toPosx = 7,
|
||||
toPosy = 6,
|
||||
modelid = 0,
|
||||
name = Lang.Scenes.s00060,
|
||||
mapHide = true,
|
||||
},
|
||||
{
|
||||
posx = 47,
|
||||
posy = 137,
|
||||
dist = 1,
|
||||
toSceneid = 61,
|
||||
toPosx = 7,
|
||||
toPosy = 9,
|
||||
modelid = 0,
|
||||
name = Lang.Scenes.s00061,
|
||||
mapHide = true,
|
||||
},
|
||||
-- {
|
||||
-- posx = 31,
|
||||
-- posy = 125,
|
||||
-- dist = 1,
|
||||
-- toSceneid = 59,
|
||||
-- toPosx = 6,
|
||||
-- toPosy = 5,
|
||||
-- modelid = 0,
|
||||
-- name = Lang.Scenes.s00059,
|
||||
-- mapHide = true,
|
||||
-- },
|
||||
-- {
|
||||
-- posx = 56,
|
||||
-- posy = 143,
|
||||
-- dist = 1,
|
||||
-- toSceneid = 60,
|
||||
-- toPosx = 7,
|
||||
-- toPosy = 6,
|
||||
-- modelid = 0,
|
||||
-- name = Lang.Scenes.s00060,
|
||||
-- mapHide = true,
|
||||
-- },
|
||||
-- {
|
||||
-- posx = 47,
|
||||
-- posy = 137,
|
||||
-- dist = 1,
|
||||
-- toSceneid = 61,
|
||||
-- toPosx = 7,
|
||||
-- toPosy = 9,
|
||||
-- modelid = 0,
|
||||
-- name = Lang.Scenes.s00061,
|
||||
-- mapHide = true,
|
||||
-- },
|
||||
{
|
||||
posx = 332,
|
||||
posy = 281,
|
||||
|
||||
Reference in New Issue
Block a user