fix(skill): 修改技能 232 的范围配置
- 将技能 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 }
			
			
This commit is contained in:
		| @@ -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] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user