Core: Updated to 10.0.5

This commit is contained in:
Shauren
2023-01-28 01:53:26 +01:00
parent 1bb9ba4574
commit 4bec7233ba
41 changed files with 1969 additions and 1517 deletions

View File

@@ -905,8 +905,8 @@ DumpReturn PlayerDumpReader::LoadDump(std::istream& input, uint32 account, std::
std::map<ObjectGuid::LowType, ObjectGuid::LowType> items;
ObjectGuid::LowType itemLowGuidOffset = sObjectMgr->GetGenerator<HighGuid::Item>().GetNextAfterMaxUsed();
std::map<uint32, uint32> mails;
uint32 mailLowGuidOffset = sObjectMgr->_mailId;
std::map<uint64, uint64> mails;
uint64 mailLowGuidOffset = sObjectMgr->_mailId;
std::map<uint32, uint32> petIds;
uint32 petLowGuidOffset = sObjectMgr->_hiPetNumber;