added AVR to set lists

This commit is contained in:
ArsenalNut
2012-04-30 15:18:50 +00:00
parent cf1c0fba73
commit 3d6c1c0385

View File

@@ -138,6 +138,7 @@ def initSets():
# Innistrad
forgeSets.append('ISD')
forgeSets.append('DKA')
forgeSets.append('AVR')
if not os.path.exists(pathToMtgData) :
print("This script requires the text version of Arch's mtg-data to be present.You can download it from slightlymagic.net's forum and either place the text version next to this script or edit this script and provide the path to the file at the top.")