From 798dc52517d8f61d3edc2eb7cbe15cf103edc3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 8 Jun 2017 23:43:48 +0800 Subject: [PATCH] Fixed the report headers that the column index did not increase with the last evolve forms. --- PokemonGoIV/2Report.vb | 1 + oxt/PokemonGoIV/2Report.xba | 1 + 2 files changed, 2 insertions(+) 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