This commit is contained in:
2026-02-01 19:44:05 +08:00
parent 0eb8ecf506
commit 936cf443c6

View File

@@ -149,7 +149,7 @@ where action_id = (select action_id from actions where action = 'block-break')
group by world_id, x, y, z
order by count((world_id, x, y, z)) desc;
-- 1天内非明确实体触发的block-break行为按坐标分组
-- 1天内cause_id为null的block-break行为按坐标分组
select world_id, x, y, z, count((world_id, x, y, z))
from activities
where action_id = (select action_id from actions where action = 'block-break')