Fixed OP_AugmentInfo packet processing that I broked'd

This commit is contained in:
Uleat
2014-10-03 02:03:48 -04:00
parent b3d8e22539
commit bb2bed7b00
11 changed files with 18 additions and 30 deletions
+3 -3
View File
@@ -4585,9 +4585,9 @@ struct ItemQuaternaryBodyStruct
struct AugmentInfo_Struct
{
/*000*/ uint32 itemid; // id of the solvent needed
/*004*/ uint8 window; // window to display the information in
/*005*/ uint8 unknown005[71]; // total packet length 76, all the rest were always 00
/*000*/ uint32 itemid; // id of the solvent needed
/*004*/ uint8 window; // window to display the information in
/*005*/ uint8 unknown005[71]; // total packet length 76, all the rest were always 00
/*076*/
};