Identified the extra byte at the end of OP_TargetBuffs/OP_BuffCreate

This commit is contained in:
Michael Cook (mackal)
2015-06-20 14:05:32 -04:00
parent 5481847987
commit 32e880f571
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ namespace UF
__packet->WriteUInt32(emu->entries[i].num_hits);
__packet->WriteString("");
}
__packet->WriteUInt8(!emu->all_buffs);
__packet->WriteUInt8(emu->type);
FINISH_ENCODE();
/*