From 6d52c69be5170f6518ac9be8aa05bae7bfd26b54 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 21 七月 2025 14:24:43 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(去除旧属性;优化命令Hero、PrintFightPower;优化武将技能战力计算;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index c82f489..d50420b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -55,7 +55,6 @@
 import FBCommon
 import BossHurtMng
 import PlayerWishingWell
-import PlayerAttrFruit
 import PlayerSuccess
 import PlayerDienstgrad
 import PlayerFreeGoods
@@ -634,9 +633,6 @@
     
     # 投资理财
     PlayerGoldInvest.OnLogin(curPlayer)
-    
-    #属性果实使用情况
-    PlayerAttrFruit.AttrFruitOnLogin(curPlayer)
     
     #成就
     PlayerSuccess.SuccOnLogin(curPlayer)

--
Gitblit v1.8.0