diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-27 12:59:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 12:59:20 +0200 |
| commit | 21a6c0b91bbf6778c5b62f253705ee5031f5c884 (patch) | |
| tree | 1b3f5751370d3ae3366b4498c7cf775285849ca7 /sql | |
| parent | 8734e28c8af06ff8f067390959d9273657db2297 (diff) | |
Scripts/Spells: Implement rogue talent Night Terrors (#30994)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_05_27_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_27_03_world.sql b/sql/updates/world/master/2025_05_27_03_world.sql new file mode 100644 index 00000000000..066cad9bcc5 --- /dev/null +++ b/sql/updates/world/master/2025_05_27_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_night_terrors'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(197835, 'spell_rog_night_terrors'); |
