From a772159cbbe5a267e623ec2c4a56b13cc96f3b09 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 14 五月 2019 20:46:06 +0800
Subject: [PATCH] 860312 压力测试 gm修改

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py
index 3a12b3a..cc9223f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py
@@ -29,9 +29,11 @@
     
     lv = int(msgList[0])
     # 1.跳过新手任务
-    SetMission.OnExec(curPlayer, [101010, 1])
-    SetMission.OnExec(curPlayer, [1000, -1])
-    SetMissionDict.OnExec(curPlayer, [1, 'xinshou', 0])
+    #===========================================================================
+    # SetMission.OnExec(curPlayer, [101010, 1])
+    # SetMission.OnExec(curPlayer, [1000, -1])
+    # SetMissionDict.OnExec(curPlayer, [1, 'xinshou', 0])
+    #===========================================================================
     # 2.给些渣经验
     #GivePlayerExpSelf.OnExec(curPlayer, [3456789])
     # 3.地图法宝全开

--
Gitblit v1.8.0