diff --git a/PokemonGoIV/2Report.vb b/PokemonGoIV/2Report.vb index 999518d..05951de 100644 --- a/PokemonGoIV/2Report.vb +++ b/PokemonGoIV/2Report.vb @@ -139,6 +139,7 @@ Sub subCreateReport ( _ fnGetResString ("ReportCPEvolvePowerUp"), _ "[Pokémon]", sPokemonName), _ "[Level]", fMaxLevel) + nCol = nCol + 1 End If Next nJ mData (0) = mRow diff --git a/oxt/PokemonGoIV/2Report.xba b/oxt/PokemonGoIV/2Report.xba index 5f8449d..4e182f1 100644 --- a/oxt/PokemonGoIV/2Report.xba +++ b/oxt/PokemonGoIV/2Report.xba @@ -141,6 +141,7 @@ Sub subCreateReport ( _ fnGetResString ("ReportCPEvolvePowerUp"), _ "[Pokémon]", sPokemonName), _ "[Level]", fMaxLevel) + nCol = nCol + 1 End If Next nJ mData (0) = mRow