I can't login into the 3.3.5 server (i host 2.4.3 too)

I made 2 realms, one for 2.4.3, one for 3.3.5 but for some reason when I try to connect to the 3.3.5 realm I’m getting this error in the cosole:

[ul][li]WorldSocket::HandleAuthSession: Client my home pc’s ip is here requested connecting with realm id 22 but this realm has id 2 set in config.[/li]
[/ul]
I also get this in-game:

[ul][li]The game server you have chosen is currently down. Use the Change Realm button to choose another Realm.[/li]
[/ul]
The Auth.exe that I use is by OregonCore 2.4.3 for both, but Oregon is 50-60% TrinityCore. When I use the auth.exe by TrinityCore the same problem occurs in the 2.4.3 realm but the 3.3.5 starts working. I don’t have any other errors like DB & etc. That’s the only problem.
I checked the DB auth > realmist and everything looks fine. Here’s a picture: http://prntscr.com/mhpbmr
I have also opened all the needed ports.

Also - worldconfig for 3.3.5:

[ul][li]LoginDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;auth”[/li]
[li]WorldDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;world2”[/li]
[li]CharacterDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;characters2”[/li]
[li]RealmID = 2[/li]
[li]WorldServerPort = 8086[/li]
[/ul]
and for 2.4.3

[ul][li]LoginDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;auth”[/li]
[li]WorldDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;world”[/li]
[li]CharacterDatabaseInfo = “127.0.0.1;3306;mysql user;mysql pass;characters”[/li]
[li]RealmID = 1[/li]
[li]WorldServerPort = 8085[/li]
[/ul]
Also I checked the AuthSocket.cpp and realmlist.cpp, it looks like there is a code or whatever is called for 3.3.5:

AuthSocket.cpp

[ul][li] case 8606: // 2.4.3[/li]
[li] case 10505: // 3.2.2a[/li]
[li] case 11159: // 3.3.0a[/li]
[li] case 11403: // 3.3.2[/li]
[li] case 11723: // 3.3.3a[/li]
[li] case 12340: // 3.3.5a[/li]
[/ul]
realmlist.cpp

[ul][li]static RealmBuildInfo ExpectedRealmdClientBuilds[] = {[/li]
[li] {12340, 3, 3, 5, ‘a’}, // highest supported build, also auto accept all above for simplify future supported builds testing[/li]
[li] {11723, 3, 3, 3, ‘a’},[/li]
[li] {11403, 3, 3, 2, ’ '},[/li]
[li] {11159, 3, 3, 0, ‘a’},[/li]
[li] {10505, 3, 2, 2, ‘a’},[/li]
[li] {8606, 2, 4, 3, ’ '},[/li]
[li] {6005, 1,12, 2, ’ '},[/li]
[li] {5875, 1,12, 1, ’ '},[/li]
[li] {0, 0, 0, 0, ’ '} // terminator[/li]
[li]};[/li]
[/ul]
My account’s gmlevel in account_access is set to ‘3’ and ‘RealmID: is 2’, since the max rank level in 2.4.3 (RealmID: 1) is ‘5’.

Oh, almost forgot… I modified accounts table, also fusioncms recognize the realm: http://prntscr.com/mhpf3f // trinity is fresh-compiled soo… it’s latest version, oregon is 2017 rev since we did tons of custom changes (it’s fun server) but hey… oregon is ded - latest rev is 1 year ago. ;c

EDIT: Oh nevermind, i fixed it somehow… Now the Trinity’s authserver.exe works perfect with Oregon/2.4.3 and now both realms works.