diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index 4e0a9e67d..2901e57e0 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -1745,10 +1745,10 @@ 'Fast Band': ['spe', 'atk'], 'Bulky Specs': ['spa', 'hp'], 'Fast Specs': ['spe', 'spa'], - 'Physical Scarf': ['atk', 'spe'], - 'Special Scarf': ['spa', 'spe'], - 'Physical Biased Mixed Scarf': ['atk', 'spe'], - 'Special Biased Mixed Scarf': ['spa', 'spe'], + 'Physical Scarf': ['spe', 'atk'], + 'Special Scarf': ['spe', 'spa'], + 'Physical Biased Mixed Scarf': ['spe', 'atk'], + 'Special Biased Mixed Scarf': ['spe', 'spa'], 'Fast Physical Sweeper': ['spe', 'atk'], 'Fast Special Sweeper': ['spe', 'spa'], 'Bulky Physical Sweeper': ['atk', 'hp'],