From bb652eeae4e39ee66f342975a2804ae305f0f969 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 11 十二月 2020 10:26:41 +0800
Subject: [PATCH] 4869 【主干】【长尾】【BT】七日巡礼重置逻辑优化;运营活动所处天索引逻辑优化;
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py | 2 --
1 files changed, 0 insertions(+), 2 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 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