fix(quest): 补充任务 8541 奖励物品 2022141(镇魂包子)的定义#802
Open
ArthurZhu1992 wants to merge 1 commit into
Open
Conversation
Task 8541 (佛珠2) rewards 3x item 2022141 (镇魂包子/Soul-Steaming Bun) but the item was missing from Item.wz and String.wz, causing client crash on quest completion. Added item definition with full spec (HP/MP 100% restore, all abnormal status cure).
ArthurZhu1992
force-pushed
the
fix/quest8541-reward-item
branch
from
July 5, 2026 10:19
a17db17 to
053ae91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
任务 8541(佛珠2)提交时 V83 客户端闪退。
根因
任务奖励物品 2022141 在 Item.wz 和 String.wz 中均无定义,ItemInformationProvider.getSlotMax() 返回 0 导致 addById 失败,但 getShowItemGain 仍发送给客户端,客户端因查不到该物品崩溃。
修复
完整分析报告
详见 doc/quest8541_crash_report.md