This commit is contained in:
Kyle
2020-12-18 11:14:37 -08:00
parent 63662c8493
commit 1d8aac2292
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ function loadAbilities() {
}
}
}
xhttp.open("GET", "/askUrza/planeswalkerAbilities.txt", true);
xhttp.open("GET", "/askurza/planeswalkerAbilities.txt", true);
xhttp.send();
}