From 1bb1e88734e66ab342a36c5aee554773ff1ecb5b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 17 十二月 2019 19:14:59 +0800
Subject: [PATCH] 8358 【主干】【后端】坐骑修改(删除无用代码)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py | 2 +-
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py
index 174070e..d93547b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py
@@ -34,7 +34,7 @@
# @remarks 函数详细说明.
def OnExec(curPlayer, msgList):
if len(msgList) not in [1,2]:
- GameWorld.DebugAnswer(curPlayer, "ActiveHorse 第几只灵宠 阶级")
+ GameWorld.DebugAnswer(curPlayer, "ActivePet 第几只灵宠 阶级")
return
OpenFunc.DoGMOpenFunc(curPlayer, ShareDefine.GameFuncID_Pet)
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 bec6cc7..0725e6a 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
@@ -16,7 +16,6 @@
import GivePlayerExpSelf
import SetFabao
import ActivePet
-import ActiveHorse
import MakeItemCount
import PlayerControl
import ChConfig
@@ -57,7 +56,6 @@
# 4.激活宠物 坐骑
for i in range(1, 6):
ActivePet.OnExec(curPlayer, [i, 5])
- ActiveHorse.OnExec(curPlayer, [i, 5])
# 5.给基础属性
for attrID in xrange(201, 206):
--
Gitblit v1.8.0