mj2 fix
This commit is contained in:
@@ -115,7 +115,7 @@ def options():
|
||||
members = []
|
||||
if clan:
|
||||
rows = conn.execute(
|
||||
'''SELECT cm.id, cm.player_id, cm.player_name, cm.joined_at,
|
||||
'''SELECT cm.id, cm.player_id, cm.player_name, cm.joined_at, cm.features,
|
||||
ts.updated_at
|
||||
FROM clan_members cm
|
||||
LEFT JOIN town_state ts ON ts.player_id = cm.player_id
|
||||
|
||||
Reference in New Issue
Block a user