Merge branch 'main' into websockets

This commit is contained in:
Aaron Kimbre
2025-03-28 22:45:48 -05:00
12 changed files with 64 additions and 35 deletions

View File

@@ -44,6 +44,8 @@ public:
// Updates the given character ids last login to be right now.
virtual void UpdateLastLoggedInCharacter(const uint32_t characterId) = 0;
virtual bool IsNameInUse(const std::string_view name) = 0;
};
#endif //!__ICHARINFO__H__