From 6cdb003137a9f82075b6eb03506ef31e812c0b90 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 10 十二月 2025 15:00:23 +0800
Subject: [PATCH] 374 【活动内容】开服庆典-服务端(庆典入口关闭后自动转化未使用的庆典积分)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
index e46a841..aa67d78 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
@@ -41,7 +41,6 @@
 import NetPackCommon
 import PlayerActLunhuidian
 import PlayerActTask
-import PlayerHorse
 import GameObj
 
 import random
@@ -353,7 +352,7 @@
     petID = petStruct.PetID
     petStruct.BindType = petItem.GetIsBind()
     petStruct.Name = str(petStruct.PetID)#petNpcData.GetName() 配表不是UTF8会导致报错,默认用ID当名字
-    petStruct.DailyTrainCnt = PlayerHorse.GetHorsePetSkinIndex(curPlayer, 2, npcID)
+    petStruct.DailyTrainCnt = 0
     # 宠物lv 改为 阶级 用于客户端显示名字颜色用
 #    classLV = petItem.GetUserAttr(ShareDefine.Def_IudetPet_ClassLV)
 #    rolePet.SetLV(classLV)

--
Gitblit v1.8.0