Open char_change_empire.cpp an replace this if statement.
with this:
With this change_empire will work perfect.
If u like thanks button.
Code:
if (msg->Get()->uiAffectedRows > 0)
Code:
if (msg->Get()->uiAffectedRows > 0)
{
SetChangeEmpireCount();
SetEmpire(empire); // bug fix ds_aim
UpdatePacket(); // bug fix ds_aim thanks .Alpha
return 999;
}
If u like thanks button.