Browse Source

Change string id

nordsoft 2 years ago
parent
commit
01bf146640
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/mapping/MapFormatH3M.cpp

+ 1 - 1
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");