mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Pass 1 - working hash generator and saving to inventory table
This commit is contained in:
+1
-1
@@ -2400,7 +2400,7 @@ bool Client::StoreCharacter(
|
||||
e.ornament_icon = inst->GetOrnamentationIcon();
|
||||
e.ornament_idfile = inst->GetOrnamentationIDFile();
|
||||
e.ornament_hero_model = inst->GetOrnamentHeroModel();
|
||||
e.guid = inst->GetSerialNumber();
|
||||
e.serial_number = inst->GetSerialNumber2();
|
||||
|
||||
v.emplace_back(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user