From 2a79be02fd60bf37bbef7702194a5379503970a1 Mon Sep 17 00:00:00 2001 From: Naddley <64811442+Naddley@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:11:56 +0100 Subject: Scripts/Hunter: Implement Explosive Shot (#28779) --- sql/updates/world/master/2023_01_26_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2023_01_26_06_world.sql (limited to 'sql') 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'); -- cgit v1.2.3