diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2025-01-25 11:27:37 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-25 11:27:37 +0100 |
| commit | 3ec0ba7c830fa91d372a652173a2c5d53bd5dfb9 (patch) | |
| tree | 88b6a3f902db34d5c5166dc80c81fd379cd1ad74 /sql/updates | |
| parent | aaec1db9f0899ff3f88a5d0fc2577326bb30f03d (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.sql | 3 |
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'); |
