mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Missed a couple of EQEmu::OutBuffer reference changes
This commit is contained in:
parent
ffb88e0a8f
commit
d61e7446bb
@ -5579,7 +5579,7 @@ namespace RoF
|
|||||||
|
|
||||||
ob.write((const char*)&iqbs, sizeof(RoF::structs::ItemQuaternaryBodyStruct));
|
ob.write((const char*)&iqbs, sizeof(RoF::structs::ItemQuaternaryBodyStruct));
|
||||||
|
|
||||||
std::stringstream::pos_type count_pos = ob.tellp();
|
EQEmu::OutBuffer::pos_type count_pos = ob.tellp();
|
||||||
uint32 subitem_count = 0;
|
uint32 subitem_count = 0;
|
||||||
|
|
||||||
ob.write((const char*)&subitem_count, sizeof(uint32));
|
ob.write((const char*)&subitem_count, sizeof(uint32));
|
||||||
|
|||||||
@ -3842,7 +3842,7 @@ namespace SoD
|
|||||||
|
|
||||||
ob.write((const char*)&iqbs, sizeof(SoD::structs::ItemQuaternaryBodyStruct));
|
ob.write((const char*)&iqbs, sizeof(SoD::structs::ItemQuaternaryBodyStruct));
|
||||||
|
|
||||||
std::stringstream::pos_type count_pos = ob.tellp();
|
EQEmu::OutBuffer::pos_type count_pos = ob.tellp();
|
||||||
uint32 subitem_count = 0;
|
uint32 subitem_count = 0;
|
||||||
|
|
||||||
ob.write((const char*)&subitem_count, sizeof(uint32));
|
ob.write((const char*)&subitem_count, sizeof(uint32));
|
||||||
|
|||||||
@ -3165,7 +3165,7 @@ namespace SoF
|
|||||||
|
|
||||||
ob.write((const char*)&iqbs, sizeof(SoF::structs::ItemQuaternaryBodyStruct));
|
ob.write((const char*)&iqbs, sizeof(SoF::structs::ItemQuaternaryBodyStruct));
|
||||||
|
|
||||||
std::stringstream::pos_type count_pos = ob.tellp();
|
EQEmu::OutBuffer::pos_type count_pos = ob.tellp();
|
||||||
uint32 subitem_count = 0;
|
uint32 subitem_count = 0;
|
||||||
|
|
||||||
ob.write((const char*)&subitem_count, sizeof(uint32));
|
ob.write((const char*)&subitem_count, sizeof(uint32));
|
||||||
|
|||||||
@ -4178,7 +4178,7 @@ namespace UF
|
|||||||
|
|
||||||
ob.write((const char*)&iqbs, sizeof(UF::structs::ItemQuaternaryBodyStruct));
|
ob.write((const char*)&iqbs, sizeof(UF::structs::ItemQuaternaryBodyStruct));
|
||||||
|
|
||||||
std::stringstream::pos_type count_pos = ob.tellp();
|
EQEmu::OutBuffer::pos_type count_pos = ob.tellp();
|
||||||
uint32 subitem_count = 0;
|
uint32 subitem_count = 0;
|
||||||
|
|
||||||
ob.write((const char*)&subitem_count, sizeof(uint32));
|
ob.write((const char*)&subitem_count, sizeof(uint32));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user