Apr
5
4
3
There was a problem when the flag was changed while having an account in the guild. With this fix, the flag will no longer be changed if you are a member of a guild.
Game Source > char_change_empire.cpp
upskirt
Change function
Game Source > char_change_empire.cpp
upskirt
Code:
if(msg->Get()->uiAffectedRows >0)
Change function
Code:
if (msg->Get()->uiAffectedRows > 0)
{
SetChangeEmpireCount();
SetEmpire(empire);
return 999;
}

