Author SHA1 Message Date
ff14wedandgithub-actions[bot] 5c0475d597 Update for 7.45 (2026.03.07.0000.0000) 2026-03-11 07:38:45 +00:00
4 changed files with 755 additions and 6781 deletions
+2 -2
View File
@@ -131,8 +131,8 @@ def extract_patch_version(html):
if not html or not (m := re.search(r"patch\s+(\d+\.\d+)", html, re.I)): if not html or not (m := re.search(r"patch\s+(\d+\.\d+)", html, re.I)):
return None return None
v = m.group(1) v = m.group(1)
v = v + "0" if len(v.split(".")[1]) == 1 else v return v + "0" if len(v.split(".")[1]) == 1 else v
return v + "h" if "HotFixes" in html else v
def is_maintenance_post(title): def is_maintenance_post(title):
"""Returns True if the title represents a primary world maintenance post.""" """Returns True if the title represents a primary world maintenance post."""
+1 -1
View File
@@ -132,7 +132,7 @@
"version_string": "2026.02.20.0000.0000" "version_string": "2026.02.20.0000.0000"
}, },
{ {
"retail_version": "7.45h", "retail_version": "7.45",
"version_string": "2026.03.07.0000.0000" "version_string": "2026.03.07.0000.0000"
} }
] ]
+752 -752
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff