From c2aa57c60392bd5cf817dc5699dd5b850d5b29a2 Mon Sep 17 00:00:00 2001 From: Thomas <72444570+Applevangelist@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:41:36 +0200 Subject: [PATCH 1/2] Update Zone.lua Gg --- Moose Development/Moose/Core/Zone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Core/Zone.lua b/Moose Development/Moose/Core/Zone.lua index 19055634b..934188d98 100644 --- a/Moose Development/Moose/Core/Zone.lua +++ b/Moose Development/Moose/Core/Zone.lua @@ -1203,7 +1203,7 @@ function ZONE_RADIUS:GetScannedSetUnit() if FoundUnit then SetUnit:AddUnit( FoundUnit ) else - local FoundStatic = STATIC:FindByName( UnitObject:getName() ) + local FoundStatic = STATIC:FindByName( UnitObject:getName(), false ) if FoundStatic then SetUnit:AddUnit( FoundStatic ) end From 50a38cf2a43f84beb0cf2eeb10a7a5d6469b2efc Mon Sep 17 00:00:00 2001 From: kaltokri Date: Wed, 24 Jul 2024 20:06:56 +0200 Subject: [PATCH 2/2] Fixed broken link in docs. --- docs/beginner/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginner/hello-world.md b/docs/beginner/hello-world.md index 48f7bcaf4..d2416493c 100644 --- a/docs/beginner/hello-world.md +++ b/docs/beginner/hello-world.md @@ -172,7 +172,7 @@ compftable in filtering these informations fast. Now it is time to [create your own Hello world] mission. [Saved Games folder]: ../beginner/tipps-and-tricks.md#find-the-saved-games-folder -[hello-world demo mission]: https://raw.githubusercontent.com/FlightControl-Master/MOOSE_MISSIONS/master/Core/Message/001-hello-world.miz +[001-hello-world.miz]: https://raw.githubusercontent.com/FlightControl-Master/MOOSE_MISSIONS/master/Core/Message/001-hello-world.miz [Core.Message]: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.Message.html [Wikipedia:Class]: https://en.wikipedia.org/wiki/Class_(computer_programming) [create your own Hello world]: hello-world-build.md