Closed K3firo closed 4 years ago
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
Why doesn't it work for me? I did everything with tutorials