From 318407f9be18b23d904ce19f248db1122feb4908 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:24:26 -0700 Subject: [PATCH] fix: Fixes AddProtection backward arguments (#1978) --- Projects/UOContent/Engines/Virtues/Justice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/UOContent/Engines/Virtues/Justice.cs b/Projects/UOContent/Engines/Virtues/Justice.cs index 01afa4de6..5813bb950 100644 --- a/Projects/UOContent/Engines/Virtues/Justice.cs +++ b/Projects/UOContent/Engines/Virtues/Justice.cs @@ -227,7 +227,7 @@ public class JusticeVirtue } else { - AddProtection(protectee, protector); + AddProtection(protector, protectee); var args = $"{protector.Name}\t{protectee.Name}";