Sol Reklam
Sağ Reklam
What's new

[C++] Bug when changing kingdoms while in a guild

KONU YAZAR

Schatten

New member
Onaylı Üye
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

Code:
if(msg->Get()->uiAffectedRows >0)

Change function

Code:
        if (msg->Get()->uiAffectedRows > 0)
        {
            SetChangeEmpireCount();
            SetEmpire(empire);
            return 999;
        }
 
Back
Top