From 1b1fc12ec57c17ff67afafddf848f34768605dc7 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 4 Jan 2025 19:12:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(skill):=20=E4=BF=AE=E6=94=B9=E6=8A=80?= =?UTF-8?q?=E8=83=BD=20232=20=E7=9A=84=E8=8C=83=E5=9B=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将技能 232 的 SkillRanges.config 文件中的一个配置项从 120 修改为 130 - 具体修改了 results 数组中的一个元素,从 { resultType = 9, id = 120, value = 1, param1 = 5, param2 = 70 } 修改为 { resultType = 9, id = 130, value = 1, param1 = 5, param2 = 70 } --- LogicServer/data/config/skill/SkillRanges.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/skill/SkillRanges.config b/LogicServer/data/config/skill/SkillRanges.config index 5033494..fae98b9 100755 --- a/LogicServer/data/config/skill/SkillRanges.config +++ b/LogicServer/data/config/skill/SkillRanges.config @@ -3541,7 +3541,7 @@ SkillRangesConf = { delay = 500, conds = {}, results = { - { resultType = 9, id = 120, value = 1, param1 = 5, param2 = 70 }, + { resultType = 9, id = 130, value = 1, param1 = 5, param2 = 70 }, }, }, [233] = {