From 19097a49cb8309c4edf2e5af62d9f38d8d8e4934 Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Sun, 5 Sep 2021 05:43:55 +0000 Subject: [PATCH] Fix invalid minievent coordinate, encountered here: https://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=363663 (by rftr) git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2616 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Scripts/MiniEvents.lua | 2 +- gamedir/Data/Scripts/MiniEvents.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Scripts/MiniEvents.lua b/gamedir/Data-1.13/Scripts/MiniEvents.lua index ecf4cad2e..4499bc84a 100644 --- a/gamedir/Data-1.13/Scripts/MiniEvents.lua +++ b/gamedir/Data-1.13/Scripts/MiniEvents.lua @@ -1598,7 +1598,7 @@ HiddenEvents = TopButtonText = "... oversee and coordinate the teams over radio.", BottomButtonText = "... lead one of the strike teams.", Resolution = function(topButton) - CSetMercCoordinates(selectedProfileId, 10, 1, 1) + CSetMercCoordinates(selectedProfileId, 10, 1, 0) CSendMercOnMiniEvent(selectedProfileId, 1) CAddIntel(100) diff --git a/gamedir/Data/Scripts/MiniEvents.lua b/gamedir/Data/Scripts/MiniEvents.lua index ecf4cad2e..4499bc84a 100644 --- a/gamedir/Data/Scripts/MiniEvents.lua +++ b/gamedir/Data/Scripts/MiniEvents.lua @@ -1598,7 +1598,7 @@ HiddenEvents = TopButtonText = "... oversee and coordinate the teams over radio.", BottomButtonText = "... lead one of the strike teams.", Resolution = function(topButton) - CSetMercCoordinates(selectedProfileId, 10, 1, 1) + CSetMercCoordinates(selectedProfileId, 10, 1, 0) CSendMercOnMiniEvent(selectedProfileId, 1) CAddIntel(100)