[Hotfix] Fix for Items looted from corpses. (#3147)

This commit is contained in:
Aeadoin 2023-03-25 20:00:31 -04:00 committed by GitHub
parent 7f41547963
commit 1394b6a4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;