aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_01_26_06_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_26_06_world.sql b/sql/updates/world/master/2023_01_26_06_world.sql
new file mode 100644
index 00000000000..9721ddf395b
--- /dev/null
+++ b/sql/updates/world/master/2023_01_26_06_world.sql
@@ -0,0 +1,4 @@
+-- Explosive Shot
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hun_explosive_shot';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(212431, 'spell_hun_explosive_shot');