Seasonal: Fix Treecko's name

This commit is contained in:
Joim 2013-05-12 11:02:16 +02:00
parent 82312d55f4
commit f00e9fbb19

View File

@ -288,7 +288,7 @@ exports.BattleFormats = {
var date = Date();
date = date.split(' ');
if (parseInt(date[2]) === 12) {
this.add('-message', 'Wish a HAPPY BIRTHDAY to Treecko32!!');
this.add('-message', 'Wish a HAPPY BIRTHDAY to Treecko37!!');
}
if (parseInt(date[2]) === 16) {
this.add('-message', 'Wish a HAPPY BIRTHDAY to Joim!!');