Skip to content

Commit 7a499dd

Browse files
Remove old OnClientWeaponFire in wrong category
1 parent 0eb3f36 commit 7a499dd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

events/Weapon/onClientWeaponFire.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

migrate/oldwiki/scrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def parse_event_page(page_url: str, category: str, name: str, source: str) -> di
253253
raise ValueError(f"Could not find a valid source for {name}")
254254

255255
event_canceling = None
256-
canceling_header = content_div.find("span", id="Canceling") or content_div.find("span", id="Cancelling") or content_div.find("span", id="Cancel_effect") or content_div.find("span", id="Cancel_effects")
256+
canceling_header = content_div.find("span", id="Canceling") or content_div.find("span", id="Cancelling") or content_div.find("span", id="Cancel_effect") or content_div.find("span", id="Cancel_effects") or content_div.find("span", id="Cancel_Effect") or content_div.find("span", id="Cancel_Effects")
257257
if canceling_header:
258258
# Extract text
259259
canceling_paragraph = canceling_header.find_next("p")

0 commit comments

Comments
 (0)