[Hotfix] Shared Memory Protection Fixes

This commit is contained in:
Akkadius
2022-07-27 17:37:20 -05:00
parent 5331f4d841
commit 4002d6a083
3 changed files with 19 additions and 5 deletions
+4
View File
@@ -217,6 +217,10 @@ protected:
std::unique_ptr<EQ::MemoryMappedFile> base_data_mmf;
std::unique_ptr<EQ::MemoryMappedFile> spells_mmf;
public:
void SetSharedItemsCount(uint32 shared_items_count);
void SetSharedSpellsCount(uint32 shared_spells_count);
protected:
uint32 m_shared_items_count = 0;
uint32 m_shared_spells_count = 0;
};