mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11390] Fully fix equipment set save...hopefully.
This commit is contained in:
parent
a030d46ef0
commit
23a861e4a6
2 changed files with 2 additions and 2 deletions
|
|
@ -22353,8 +22353,8 @@ void Player::_SaveEquipmentSets()
|
|||
stmt.addUInt32(GetGUIDLow());
|
||||
stmt.addUInt64(eqset.Guid);
|
||||
stmt.addUInt32(index);
|
||||
stmt.addString(eqset.IconName);
|
||||
stmt.addString(eqset.Name);
|
||||
stmt.addString(eqset.IconName);
|
||||
|
||||
for (int i = 0; i < EQUIPMENT_SLOT_END; ++i)
|
||||
stmt.addUInt32(eqset.Items[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue