This commit is contained in:
2026-04-26 21:54:29 +03:00
parent 8b42c7c2f9
commit bfdfaa142c

View File

@@ -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