From 0fae250f94893cb6559a4117af5e457435c4a4de Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 29 Nov 2021 14:40:03 -0500 Subject: [PATCH] Spell/Script: Guard's Mark Port From (https://github.com/TrinityCore/TrinityCore/commit/e61266815ff0b30d3aa6c6df9b1282bb45321061) --- Source/Scripts/World/NpcSpecial.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Scripts/World/NpcSpecial.cs b/Source/Scripts/World/NpcSpecial.cs index 1f3e250f9..69c242d43 100644 --- a/Source/Scripts/World/NpcSpecial.cs +++ b/Source/Scripts/World/NpcSpecial.cs @@ -390,7 +390,7 @@ namespace Scripts.World.NpcSpecial }; public const float RangeTripwire = 15.0f; - public const float RangeGuardsMark = 50.0f; + public const float RangeGuardsMark = 100.0f; //ChickenCluck public const uint FactionFriendly = 35; @@ -447,7 +447,7 @@ namespace Scripts.World.NpcSpecial public static Position omenSummonPos = new(7558.993f, -2839.999f, 450.0214f, 4.46f); - public const uint AuraDurationTimeLeft = 5000; + public const uint AuraDurationTimeLeft = 30000; //Argent squire/gruntling public static Tuple[] bannerSpells =