diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-24 21:32:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-24 21:32:38 +0200 |
commit | 1c360b8e11a1fb5c165558704407bed3778f104e (patch) | |
tree | bfd89e481f9e318949da59518ae927bfd1852ad8 /sql/updates | |
parent | f710796c64e6affe8d66e014de33c42b490f0bd6 (diff) |
Scripts/Spells: Implement rogue talent Deepening Shadows (#30980)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2025_05_24_08_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_24_08_world.sql b/sql/updates/world/master/2025_05_24_08_world.sql new file mode 100644 index 00000000000..196e5144195 --- /dev/null +++ b/sql/updates/world/master/2025_05_24_08_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_deepening_shadows'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(185314, 'spell_rog_deepening_shadows'); |