diff options
-rw-r--r-- | sql/updates/world/master/2023_01_26_07_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2023_01_26_07_world.sql b/sql/updates/world/master/2023_01_26_07_world.sql index c09f2d32a31..2db6a459129 100644 --- a/sql/updates/world/master/2023_01_26_07_world.sql +++ b/sql/updates/world/master/2023_01_26_07_world.sql @@ -1,4 +1,4 @@ -- Howling Blast DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_dk_howling_blast'); INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(49184, 'spell_dk_howling_blast'): +(49184, 'spell_dk_howling_blast'); |