mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed mistake in individual trainer editor
This commit is contained in:
@@ -692,7 +692,7 @@ module TrainerPokemonProperty
|
||||
}
|
||||
moves = []
|
||||
Pokemon::MAX_MOVES.times do |i|
|
||||
moves.push(oldsetting[7 + i])
|
||||
moves.push(oldsetting[8 + i])
|
||||
end
|
||||
moves.uniq!
|
||||
moves.compact!
|
||||
|
||||
Reference in New Issue
Block a user