From f3ae8542aee4b5de78fc20d9543bb424b315708f Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期三, 10 九月 2025 14:23:47 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/System/Main/FightPowerManager.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs index 9554382..dccc0b9 100644 --- a/Main/System/Main/FightPowerManager.cs +++ b/Main/System/Main/FightPowerManager.cs @@ -261,7 +261,7 @@ { return 0; } - return HeroUIManager.Instance.bookPer; + return HeroUIManager.Instance.allHeroBookPer; } int GetCountryPer(int attrType) @@ -348,11 +348,11 @@ } if (config.showType == 1) { - fightPowerVariables[config.Parameter] = (ulong)GetPropertyVaule(config.ID, hero, propertyFormula); + fightPowerVariables[config.Parameter] = GetPropertyVaule(config.ID, hero, propertyFormula); } else { - fightPowerVariables[config.Parameter] = (ulong)GetPropertyVaule(config.ID, hero, fightPropertyFormula); + fightPowerVariables[config.Parameter] = GetPropertyVaule(config.ID, hero, fightPropertyFormula); } } -- Gitblit v1.8.0