mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-08 17:25:38 -05:00
Correct Flutter Mane event
This commit is contained in:
@@ -91059,7 +91059,7 @@ export const Learnsets: {[k: string]: LearnsetData} = {
|
||||
},
|
||||
eventData: [
|
||||
{generation: 9, level: 52, shiny: 1, moves: ["shadowball", "mysticalfire", "wish", "dazzlinggleam"]},
|
||||
{generation: 9, level: 75, perfectIVs: 4, moves: ["shadowball", "moonblast", "powergem", "icywind"]}
|
||||
{generation: 9, level: 75, shiny: 1, perfectIVs: 4, moves: ["shadowball", "moonblast", "powergem", "icywind"]},
|
||||
],
|
||||
eventOnly: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user