From 949481741d938dc8248958ea9ef354a0cc6fecfc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 03 九月 2024 16:10:20 +0800
Subject: [PATCH] 10258 【越南】【砍树】新增古宝特殊效果(增加灵根点效果;增加提升坐骑基础属性X%;坐骑每升X级加X点属性)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index 0c46c9b..b8ac1de 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -4345,6 +4345,7 @@
                 curPlayer.SetBasePHY(aftBasePHY)
             if aftBaseCON > befBaseCON:
                 curPlayer.SetBaseCON(aftBaseCON)
+            PlayerGubao.DoGubaoAddFreePoint(curPlayer)
             #===================================================================
             # if curPlayer.GetXP() != befXP:
             #    curPlayer.SetXP(curPlayer.GetXP())

--
Gitblit v1.8.0