diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-09-06 18:13:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 18:13:19 +0200 |
| commit | b8b8c0cc2ff38401bdfd137bfc350607784f3dd8 (patch) | |
| tree | 76132771c7a95e59b0482188e4e720400f2b5133 /sql | |
| parent | 2c9d1f9e5c8fd2b327b07dcddbc30c5ced06564a (diff) | |
Scripts/Spells: Implement warlock talent Vile Taint (#30157)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_09_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_06_02_world.sql b/sql/updates/world/master/2024_09_06_02_world.sql new file mode 100644 index 00000000000..2e066c40f0f --- /dev/null +++ b/sql/updates/world/master/2024_09_06_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_vile_taint'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(278350,'spell_warl_vile_taint'); |
