fix: saving gm invis for non gms (#1940)

This commit is contained in:
David Markowitz
2025-11-18 20:04:07 -08:00
committed by GitHub
parent ea86a708e4
commit a713216540
2 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public:
std::string& GetSessionKey() { return m_SessionKey; }
SystemAddress& GetSystemAddress() { return m_SystemAddress; }
eGameMasterLevel GetMaxGMLevel() { return m_MaxGMLevel; }
eGameMasterLevel GetMaxGMLevel() const { return m_MaxGMLevel; }
uint32_t GetLastCharID() { return m_LastCharID; }
void SetLastCharID(uint32_t newCharID) { m_LastCharID = newCharID; }