From 7090e3f4e6d9d386fd1fdd681889db6c921c9941 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 17:54:01 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(摆摊系统) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py index dcdb8fb..e043a34 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -1178,10 +1178,6 @@ NPCCommon.ClearCollectNPC(curPlayer) #结束事件 EventShell.DoExitEvent(curPlayer) - - # 结束摆摊/查看摆摊 - EventShell.ExitShopItem(curPlayer) - EventShell.ExitWatchShopItem(curPlayer) #设置玩家的地图位置, 如果是副本, 离开副本 # 副本规则: @@ -1446,11 +1442,6 @@ PlayerTruck.PlayerTruckDown(curPlayer, curTruck) curPlayer.SetChangeMapTakeTruck(takeTruck) - - # 如果在摆摊中,提示摆摊关闭 - playerShop = curPlayer.GetPlayerShop() - if playerShop.GetIsStartShop(): - NotifyCode(curPlayer, "GeRen_admin_70569") #离开地图服务器 __PlayerLeaveServerLogic(curPlayer, tick, False) -- Gitblit v1.8.0