02-08-2008, 05:01 AM
An other bug.
Server side, "updateitem" packet are sent two different forms... SendUpdateItemTo() send it w/ out the data1, data2 and data3, but the SendUpdateItemToAll() Send it with this information.
Client Side we never read this datax information, so we need to change the SendUpdateItemToAll() server side and remove the sending of this data.
Server side, "updateitem" packet are sent two different forms... SendUpdateItemTo() send it w/ out the data1, data2 and data3, but the SendUpdateItemToAll() Send it with this information.
Client Side we never read this datax information, so we need to change the SendUpdateItemToAll() server side and remove the sending of this data.