mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
RealmSocket& socket_;
|
||||
RealmSocket& socket() { return socket_; }
|
||||
|
||||
std::optional<acore::Crypto::SRP6> _srp6;
|
||||
std::optional<Acore::Crypto::SRP6> _srp6;
|
||||
SessionKey _sessionKey = {};
|
||||
std::array<uint8, 16> _reconnectProof = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user