From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
Main/System/Hero/HeroInfo.Break.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Main/System/Hero/HeroInfo.Break.cs b/Main/System/Hero/HeroInfo.Break.cs
index d8974d6..decda04 100644
--- a/Main/System/Hero/HeroInfo.Break.cs
+++ b/Main/System/Hero/HeroInfo.Break.cs
@@ -35,6 +35,8 @@
for(int j = 0; j < tmpBreakConfig.AttrIDList.Length; j++)
{
int id = tmpBreakConfig.AttrIDList[j];
+ if (id == 0)
+ continue;
if (!breakAttrs.ContainsKey(id))
{
breakAttrs.Add(id, tmpBreakConfig.AttrValueList[j]);
--
Gitblit v1.8.0