mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 14:16:50 +01:00
fix: add missing select column
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user