diff options
author | Naddley <64811442+Naddley@users.noreply.github.com> | 2023-01-26 15:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 15:11:56 +0100 |
commit | 2a79be02fd60bf37bbef7702194a5379503970a1 (patch) | |
tree | cb1d772387b070f90d54c930b302831d3a1a976d /sql | |
parent | 35775b0dfb2048775ef36e51700221ba19cbf9b4 (diff) |
Scripts/Hunter: Implement Explosive Shot (#28779)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_26_06_world.sql | 4 |
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'); |