Missed a couple of EQEmu::OutBuffer reference changes

This commit is contained in:
Uleat
2016-05-19 07:21:10 -04:00
parent ffb88e0a8f
commit d61e7446bb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3165,7 +3165,7 @@ namespace SoF
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;
ob.write((const char*)&subitem_count, sizeof(uint32));