From d15ed98fbd4d964df254fc10740a12fa44837fc6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 17 四月 2024 16:03:09 +0800
Subject: [PATCH] 10033 【后端】仙树升级系统及砍树产出规则(增加砍树装备操作B222操作结果状态同步;)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
index a627c3a..c4082df 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
@@ -202,7 +202,8 @@
         # 放入备用仓库
         elif opType == 3:
             pass
-        
+    
+    curPlayer.Sync_MakeItemAnswer(ShareDefine.Def_mitCutTreeEquipOP, ChConfig.Def_ComposeState_Sucess)
     return
 
 def __DoEquipDecompose(curPlayer, curEquip):

--
Gitblit v1.8.0