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
View File
@@ -4733,6 +4733,7 @@ struct BuffIcon_Struct
uint32 entity_id;
uint8 all_buffs;
uint16 count;
uint8 type; // 0 = self buff window, 1 = self target window, 4 = group, 5 = PC, 7 = NPC
BuffIconEntry_Struct entries[0];
};