diff --git a/models/x_analysis.py b/models/x_analysis.py index 145fb92..a094b65 100644 --- a/models/x_analysis.py +++ b/models/x_analysis.py @@ -118,7 +118,7 @@ class XAnalysis: FROM {self.game}.event where `#event_name` = 'create_account' and {where_str}) as a - left join (select `#account_id`, money, toDate(addHours(`#event_time`, `#zone_offset`)) as date + left join (select `#account_id`, unitPrice/100 as money, toDate(addHours(`#event_time`, `#zone_offset`)) as date from {self.game}.event where `#event_name` = 'pay') b on a.`#account_id` = b.`#account_id`