From 02b09b13c635f02222bb04a298e437c56374c5dd Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 九月 2018 20:12:25 +0800
Subject: [PATCH] 3428 子 【开发】神兽技能 / 【后端】神兽技能 --- 修复属性

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py
index d919299..b2a436f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py
@@ -549,7 +549,7 @@
     
     # 技能属性,从Def_CalcAttrFunc_Dogz获取
     skillAttrList = CalcDogzBattleSkillAttr(curPlayer)
-    PlayerControl.SetCalcAttrListValue(curPlayer, ChConfig.Def_CalcAttrFunc_HorseSkill, skillAttrList)
+    PlayerControl.SetCalcAttrListValue(curPlayer, ChConfig.Def_CalcAttrFunc_DogzBattleSkill, skillAttrList)
     return
 
 # 助战神兽技能属性,必须在 SetDogzIsHelpFight后调用

--
Gitblit v1.8.0