diff options
| author | Naddley <64811442+Naddley@users.noreply.github.com> | 2023-06-27 20:57:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-27 20:57:41 +0200 |
| commit | acb7e72470b6ff3e1051ac1a165c6500aab45c3f (patch) | |
| tree | 308d273c4f6ad28ac80f626557e91c24f1a05f44 /sql | |
| parent | 3d0831e80a39e51804af50b764198a3c1d850aad (diff) | |
Scripts/Hunter: Implement Rapid Fire (#29099)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_06_27_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_27_00_world.sql b/sql/updates/world/master/2023_06_27_00_world.sql new file mode 100644 index 00000000000..f780376fe93 --- /dev/null +++ b/sql/updates/world/master/2023_06_27_00_world.sql @@ -0,0 +1,5 @@ +-- 257044 - Rapid Fire +DELETE FROM `spell_script_names` WHERE `spell_id` IN (257044, 257045); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(257044, 'spell_hun_rapid_fire'), +(257045, 'spell_hun_rapid_fire_damage'); |
