mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Spells: Add missing in 1a8b2ce466
This commit is contained in:
9
sql/updates/world/2013_07_28_04_world_spell_misc_434.sql
Normal file
9
sql/updates/world/2013_07_28_04_world_spell_misc_434.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_deep_wounds';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-12162, 'spell_warr_deep_wounds');
|
||||
|
||||
DELETE FROM `spell_ranks` WHERE `first_spell_id`=12162;
|
||||
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
|
||||
(12162, 12162, 1),
|
||||
(12162, 12850, 2),
|
||||
(12162, 12868, 3);
|
||||
Reference in New Issue
Block a user