This commit is contained in:
TheGiddyLimit
2024-01-10 17:30:40 +00:00
parent e3bf75f42a
commit 5ffd4acdb4
26 changed files with 473 additions and 322 deletions

View File

@@ -191,8 +191,9 @@ class PageFilterSpells extends PageFilter {
return "24+ Hours";
}
case "week":
case "day":
case "week":
case "month":
case "year": return "24+ Hours";
default: return "Special";
}