高级信息锻造属性更新
This commit is contained in:
parent
dd705eacd2
commit
09ebee04a7
|
|
@ -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');
|
||||
//是否封装
|
||||
|
|
|
|||
Loading…
Reference in New Issue