Update megaevo typing in tooltip

This commit is contained in:
Slayer95 2014-06-04 01:32:11 -05:00
parent e031c094e5
commit 6ad48bb32f

View File

@ -4996,6 +4996,7 @@ function Battle(frame, logFrame, noPreload) {
poke.species = newSpecies;
poke.ability = poke.baseAbility = (template.abilities ? template.abilities['0'] : '');
poke.types = template.types && template.types.slice(0);
poke.details = args[2];
poke.searchid = args[1].substr(0, 2) + args[1].substr(3) + '|' + args[2];