Open leewheel opened 6 days ago
We used this on azerothcore, it should also work with tbcmangos but I am not sure what is going on on your setup, check all the parameters and double check the related table used with your database
I see, maybe need change Database Sql read statement ,thanks!
if my realmd port is 3726 and game port is 8098 then i config the php `$server[1]['addr'] = '127.0.0.1';
$server[1]['addr_wan'] = 'wow.Mywowo.fun';
$server[1]['game_port'] = 8098;
$server[1]['rev'] = '';
$server[1]['both_factions'] = true;
or `$server[1]['addr'] = '127.0.0.1';
$server[1]['addr_wan'] = 'wow.Mywowo.fun:3726';
$server[1]['game_port'] = 8098;
$server[1]['rev'] = '';
$server[1]['both_factions'] = true; `
both do not work, so how can i get it work?