K3firo opened this issue 4 years ago · 1 comments
Why doesn't it work for me? I did everything with tutorials
FIX
in IOLoginData::savePlayer(), change: from: query << "sex = " << player->sex << ','; to: query << "sex = " << (int)(player->sex) << ',';
sex