From 9f1071856626e49c63eb513e177eae2c528895c1 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:11:06 -0600 Subject: [PATCH] fix(Core/Spells): Fix Swift Hand of Justice using wrong proc spell (#24808) Co-authored-by: blinkysc --- src/server/scripts/Spells/spell_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index b0a801b6e..0fd4e999a 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -246,7 +246,7 @@ enum SunwellExaltedNeck enum SwiftHandOfJustice { - SPELL_SWIFT_HAND_OF_JUSTICE_HEAL = 59914 + SPELL_SWIFT_HAND_OF_JUSTICE_HEAL = 59913 }; enum TinyAbominationInAJar