From c0461a43f67be7b2b05dbd8adeede63fa8eb2838 Mon Sep 17 00:00:00 2001 From: sven-n Date: Thu, 16 Nov 2023 21:28:36 +0100 Subject: [PATCH] plugin guid must be unique t was copy/pasted from another plugin --- src/GameLogic/PlugIns/SelfDefensePlugIn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameLogic/PlugIns/SelfDefensePlugIn.cs b/src/GameLogic/PlugIns/SelfDefensePlugIn.cs index b143eebd5..47f4c5716 100644 --- a/src/GameLogic/PlugIns/SelfDefensePlugIn.cs +++ b/src/GameLogic/PlugIns/SelfDefensePlugIn.cs @@ -15,7 +15,7 @@ namespace MUnique.OpenMU.GameLogic.PlugIns; /// Updates the state of the active self defenses on every second and every hit. /// [PlugIn(nameof(SelfDefensePlugIn), "Updates the state of the self defense system.")] -[Guid("3E702A15-653A-48EF-899C-4CDB2239A90C")] +[Guid("BA4753EA-4D2B-488C-BB6B-4A127E28630A")] public class SelfDefensePlugIn : IPeriodicTaskPlugIn, IAttackableGotHitPlugIn, ISupportCustomConfiguration, ISupportDefaultCustomConfiguration { ///