mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/DK: correctly handle Blood Tap
This commit is contained in:
4
sql/updates/world/3.3.5/2019_07_13_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_07_13_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Blood Tap
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dk_blood_tap';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(45529, 'spell_dk_blood_tap');
|
||||
Reference in New Issue
Block a user