mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +02:00
fix all roaming mons being caterpie
This commit is contained in:
parent
913c53211c
commit
b344879f20
@ -8,7 +8,7 @@ Public Class RoamingPokemon
|
||||
Public Sub New(ByVal DataLine As String)
|
||||
Dim data() As String = DataLine.Split(CChar("|"))
|
||||
|
||||
Me.PokemonReference = Pokemon.GetPokemonByData(data(5))
|
||||
Me.PokemonReference = Pokemon.GetPokemonByData(data(6))
|
||||
|
||||
Me.WorldID = CInt(data(2))
|
||||
Me.LevelFile = data(3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user