From e0955d415e026b242cb090249944d40d7473c45f Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Thu, 3 Jan 2013 15:12:30 +0000 Subject: [PATCH] added Dragon's Maze 3 letter code --- res/setInfoScript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/setInfoScript.py b/res/setInfoScript.py index 68bc82d3e1e..2ded50a9458 100755 --- a/res/setInfoScript.py +++ b/res/setInfoScript.py @@ -156,7 +156,7 @@ def initSets(): # Return to Ravnica allSets['Return to Ravnica']='RTR' #allSets['Gatecrash']='GTC' - #allSets['Sinker']='UNK' + #allSets['Dragon\'s Maze']='DGM' def addSets(card): html = getURL('http://magiccards.info/query?q=!'+card.name)