Added Hunters block to list of formats.

This commit is contained in:
marcins78
2012-11-09 10:38:57 +00:00
parent 14ec3ed8e9
commit f9e0197fa4
2 changed files with 7 additions and 0 deletions

View File

@@ -138,6 +138,12 @@
"restricted":["11_132", "11_100"],
"set":[11, 12, 13]
},
{
"name":"War of the Ring block",
"code":"hunter_block",
"sites":"SHADOWS",
"set":[15, 17, 18]
},
{
"name":"War of the Ring standard",
"code":"war_standard",

View File

@@ -109,6 +109,7 @@ var CardFilter = Class.extend({
+ "<option value='ttt_block'>Towers Block</option>"
+ "<option value='king_block'>King Block</option>"
+ "<option value='war_block'>War of the Ring Block</option>"
+ "<option value='hunter_block'>Hunters Block</option>"
+ "<option value='towers_standard'>Towers Standard</option>"
+ "<option value='movie'>Movie Block</option>"
+ "<option value='war_standard'>War of the Ring standard</option>"