fix: add missing select column

This commit is contained in:
gpedro
2024-08-24 17:17:11 -04:00
parent 1a53ab8731
commit db79e3118a

View File

@@ -160,7 +160,7 @@ switch ($action) {
}
// common columns
$columns = 'id, name, level, sex, vocation, looktype, lookhead, lookbody, looklegs, lookfeet, lookaddons';
$columns = 'id, name, level, sex, vocation, looktype, lookhead, lookbody, looklegs, lookfeet, lookaddons, email_verified';
if (fieldExist('isreward', 'accounts')) {
$columns .= ', isreward';