i thought it would be cool to save a second or two when logging in by setting the realm name before logging in
CVar__Set(*(DWORD*)(wowbase+0x8B3FA0), "Azshara", 1, 0, 0, 1);
this works quite fine, after setting this i do indeed reach the realm i want directly after login
but one problem occurs: there is about a 30% chance that the character list is empty after connecting. this means i have to click change realm, select the realm again and then i will see the characters
i tried calling these 2 functions i found in the gluexml file:
GetCharacterListUpdate();
UpdateCharacterList();
but they don't seem to have any effect, i don't get the character list without reconnecting to the realm
any ideas why this happens?