diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-02-27 18:49:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 18:49:09 +0100 |
| commit | 24539e8d2779f6181d578009907982808edcd497 (patch) | |
| tree | be022ca8a5551fb1712dab0ce375be33dace94cf /sql | |
| parent | deb24f3f53540733bef15f0a90a1b7e41e76d60e (diff) | |
Scripts/Spells: Fix DK talent Permafrost (#29759)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_02_27_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_27_00_world.sql b/sql/updates/world/master/2024_02_27_00_world.sql new file mode 100644 index 00000000000..b0cc56fc8fd --- /dev/null +++ b/sql/updates/world/master/2024_02_27_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_permafrost'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(207200,'spell_dk_permafrost'); |
