From d93ad90b2991757ce3507339eea3d1b8b4e94990 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 16 十一月 2020 15:31:12 +0800
Subject: [PATCH] 4860 【主干】【长尾】【BT】【后端】灵宠觉醒限制条件变更(去除满级才能觉醒限制);
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
index 33034be..8d5b4a3 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
@@ -547,10 +547,10 @@
# if not IsHorseMaxLV(curPlayer, horsePetID):
# GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
# return
- else:
- if not PlayerPet.IsPetMaxLV(curPlayer, horsePetID):
- GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
- return
+# else:
+# if not PlayerPet.IsPetMaxLV(curPlayer, horsePetID):
+# GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
+# return
skinData = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_HorsePetSkinData % (skintype, horsePetID), 0)
curSkinLV, curSkinIndex = skinData / 100, skinData % 100
--
Gitblit v1.8.0