You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ X ] bug report -> please search issues before submitting
Repro steps.
When appraising an item, the resulting APPRAISAL_INFO_EVENT is sending back more properties than the client needs.
Desired functionality.
Reduce the size of the message and only send data that the client needs/wants/expects.
Mention any other details that might be useful.
Create a new attribute on the different property enums to signify if the property is sent directly during appraisals. (Note that some data is sent via a different list, e.g. PropertyInt.Damage is not sent with the intStats, but within the weaponProfile list.)
The text was updated successfully, but these errors were encountered:
Repro steps.
When appraising an item, the resulting APPRAISAL_INFO_EVENT is sending back more properties than the client needs.
Desired functionality.
Reduce the size of the message and only send data that the client needs/wants/expects.
Mention any other details that might be useful.
Create a new attribute on the different property enums to signify if the property is sent directly during appraisals. (Note that some data is sent via a different list, e.g. PropertyInt.Damage is not sent with the intStats, but within the weaponProfile list.)
The text was updated successfully, but these errors were encountered: