高级信息锻造属性更新

This commit is contained in:
lenheart 2025-12-27 14:29:11 +08:00
parent dd705eacd2
commit 09ebee04a7
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ class AdMsg {
JumpWrite(InfoBlob, 0x8, ItemObj.GetAdd_Info(), 'i');
//强化等级
JumpWrite(InfoBlob, 0xc, ItemObj.GetUpgrade(), 'c');
//锻造等级
JumpWrite(InfoBlob, 0x60, ItemObj.GetForging(), 'c');
//装备耐久
JumpWrite(InfoBlob, 0xe, ItemObj.GetDurable(), 's');
//是否封装