Change LottingItem_Struct::auto_loot to signed

This commit is contained in:
Michael Cook (mackal)
2016-12-16 16:09:31 -05:00
parent 019586abbd
commit e680a0f704
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1648,7 +1648,7 @@ struct LootingItem_Struct {
/*002*/ uint32 looter;
/*004*/ uint16 slot_id;
/*006*/ uint8 unknown3[2];
/*008*/ uint32 auto_loot;
/*008*/ int32 auto_loot;
};
struct GuildManageStatus_Struct{