Ezzz-dev/Nostalrius

Problem with saving character

K3firo opened this issue · 1 comments

67235119-d917fb80-f41c-11e9-9500-1cbacac2541f

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) << ',';