From 8f9ba65c87a5f8cc0d59398638245ac1c788071e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 29 三月 2019 15:44:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode

---
 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