From 8d09536d2dbe3b49af765e96dc37d7db271c8a52 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Mon, 20 Oct 2014 21:22:51 +0400 Subject: [PATCH] Fix Unrated Random Battle For some reason using the Random Battle ruleset doesn't work, and never did work. --- config/formats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/formats.js b/config/formats.js index 7d79f17097..30674e7ffa 100644 --- a/config/formats.js +++ b/config/formats.js @@ -20,7 +20,7 @@ exports.Formats = [ team: 'random', challengeShow: false, rated: false, - ruleset: ['Random Battle'] + ruleset: ['PotD', 'Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod'] }, { name: "OU",