aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-01-25 11:27:37 +0100
committerOvahlord <dreadkiller@gmx.de>2025-01-25 11:27:37 +0100
commit3ec0ba7c830fa91d372a652173a2c5d53bd5dfb9 (patch)
tree88b6a3f902db34d5c5166dc80c81fd379cd1ad74 /sql/updates
parentaaec1db9f0899ff3f88a5d0fc2577326bb30f03d (diff)
Scripts/Spells: fixed Seal of Righteousness
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/cata_classic/2025_01_25_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_25_00_world.sql b/sql/updates/world/cata_classic/2025_01_25_00_world.sql
new file mode 100644
index 00000000000..ec38856adc5
--- /dev/null
+++ b/sql/updates/world/cata_classic/2025_01_25_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_seal_of_righteousness';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(20154, 'spell_pal_seal_of_righteousness');