From 01bf14664074ec93f207dea86a1c124219d0d216 Mon Sep 17 00:00:00 2001 From: nordsoft Date: Sat, 9 Sep 2023 14:31:44 +0200 Subject: [PATCH] Change string id --- lib/mapping/MapFormatH3M.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mapping/MapFormatH3M.cpp b/lib/mapping/MapFormatH3M.cpp index e49100db6..1265f5ffa 100644 --- a/lib/mapping/MapFormatH3M.cpp +++ b/lib/mapping/MapFormatH3M.cpp @@ -384,7 +384,7 @@ void CMapLoaderH3M::readVictoryLossConditions() cond.value = reader->readInt32(); specialVictory.effect.toOtherMessage.appendTextID("core.genrltxt.277"); - specialVictory.onFulfill.appendTextID("core.genrltxt.278"); + specialVictory.onFulfill.appendTextID("core.genrltxt.276"); specialVictory.trigger = EventExpression(cond); mapHeader->victoryMessage.appendTextID("core.vcdesc.2");