feat(net): implement character creation (request and response)

This commit is contained in:
VDm 2025-06-22 15:45:12 +04:00
parent 3fb86ab12e
commit f67c8cfc04
13 changed files with 167 additions and 16 deletions

View file

@ -104,6 +104,7 @@ class CGlueMgr {
static void UpdateCurrentScreen(const char* screen);
static bool HandleBattlenetDisconnect();
static void DeleteCharacter(uint64_t guid);
static void CreateCharacter(const CHARACTER_CREATE_INFO* character);
static void PollEnterWorld();