mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
5
sql/updates/world/3.3.5/2025_02_20_03_world.sql
Normal file
5
sql/updates/world/3.3.5/2025_02_20_03_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_seal_of_righteousness';
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=21084 AND `ScriptName`='spell_pal_seals';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(-20154,'spell_pal_seal_of_righteousness'),
|
||||
(-20154,'spell_pal_seals');
|
||||
Reference in New Issue
Block a user