Interceptor.attach(ptr(0x080FC850),{
onEnter: function (args) {
this.equiPos = args[2].add(27).readU16();
this.user = args[1];
},
onLeave: function (retval){
CUser_SendUpdateItemList(this.user, 1, 0, this.equiPos);
}
});
onEnter: function (args) {
this.equiPos = args[2].add(27).readU16();
this.user = args[1];
},
onLeave: function (retval){
CUser_SendUpdateItemList(this.user, 1, 0, this.equiPos);
}
});