diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-20 10:42:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 10:42:48 +0200 |
| commit | 4be26bcadd443b358ef025a2bead54967a3fb659 (patch) | |
| tree | 20a8602f7e53ee476566b7c73aab723a48b489b0 /sql/updates | |
| parent | 4653638e18e14941975669f099dacae6835adf8d (diff) | |
Scripts/Spells: Implement death knight talent Blooddrinker (#30956)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_05_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_20_00_world.sql b/sql/updates/world/master/2025_05_20_00_world.sql new file mode 100644 index 00000000000..fd2161e56da --- /dev/null +++ b/sql/updates/world/master/2025_05_20_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_blooddrinker'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(206931, 'spell_dk_blooddrinker'); |
