mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/DataStores: Allow loading encrypted sections when key is known when reading from casc storage
Closes #24456
This commit is contained in:
@@ -61,3 +61,8 @@ char const* DB2FileSystemSource::GetFileName() const
|
||||
{
|
||||
return _fileName.c_str();
|
||||
}
|
||||
|
||||
DB2EncryptedSectionHandling DB2FileSystemSource::HandleEncryptedSection(DB2SectionHeader const& /*sectionHeader*/) const
|
||||
{
|
||||
return DB2EncryptedSectionHandling::Skip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user