diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-11-09 15:21:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-09 15:21:18 +0100 |
commit | c9b2823d6ec53847be96f6daee7b590119e0d842 (patch) | |
tree | 505375995901760de02c17b9ee63d8c80d334b8e /sql | |
parent | 7d36db7ede2597e032c0e8bec5eee79e7be2dd10 (diff) |
Scripts/Spells: Implement Rogue Airborne Irritant talent (#30375)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_11_09_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_09_00_world.sql b/sql/updates/world/master/2024_11_09_00_world.sql new file mode 100644 index 00000000000..4560734b87f --- /dev/null +++ b/sql/updates/world/master/2024_11_09_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_rog_airborne_irritant','spell_rog_airborne_irritant_target_selection'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(2094, 'spell_rog_airborne_irritant'), +(427773, 'spell_rog_airborne_irritant_target_selection'); |