diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-01-26 16:44:36 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-26 16:44:36 +0100 |
commit | 977452c74be8bb7bd488cbdc99c1d70c15dfc327 (patch) | |
tree | 48de6b745033c0e393ada3bad5a7a72a893a7434 /sql | |
parent | 59c61f7c153394998b4435b86accdc9ed48d9d3b (diff) |
Scripts/Spells: fixed Seal of Insight
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_26_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_26_05_world.sql b/sql/updates/world/cata_classic/2025_01_26_05_world.sql new file mode 100644 index 00000000000..75bb4e4dbbe --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_26_05_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pal_seal_of_insight', 'spell_pal_seal_of_insight_triggered'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(20165, 'spell_pal_seal_of_insight'), +(20167, 'spell_pal_seal_of_insight_triggered'); |