diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-08-21 00:35:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 00:35:13 +0200 |
commit | 9de1ee13d5079da0bb466926ab1c7dc70019b437 (patch) | |
tree | ebe515e126090400321e592fe2efa3fc2e17f368 /sql | |
parent | 44719eb78015c2f64e45bc84226ff5337d7ae33d (diff) |
Scripts/Spells: Implement rogue talent Improved Shiv (#30147)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_08_20_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_08_20_01_world.sql b/sql/updates/world/master/2024_08_20_01_world.sql new file mode 100644 index 00000000000..9304c1deac9 --- /dev/null +++ b/sql/updates/world/master/2024_08_20_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_improved_shiv'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(5938, 'spell_rog_improved_shiv'); |