diff --git a/common/eq_packet_structs.h b/common/eq_packet_structs.h index 8d1b3f13e..f152e4dc4 100644 --- a/common/eq_packet_structs.h +++ b/common/eq_packet_structs.h @@ -5524,9 +5524,9 @@ struct ServerLootItem_Struct { uint32 aug_6; // uint32 aug_5; bool attuned; std::string custom_data; - uint32 ornamenticon; - uint32 ornamentidfile; - uint32 ornament_hero_model; + uint32 ornamenticon {}; + uint32 ornamentidfile {}; + uint32 ornament_hero_model {}; uint16 trivial_min_level; uint16 trivial_max_level; uint16 npc_min_level;