mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Scripts/Spells: warrior Mortal Strike & Colossus Smash Effect (#19332)
This commit is contained in:
4
sql/updates/world/master/2017_11_05_12_world.sql
Normal file
4
sql/updates/world/master/2017_11_05_12_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_mortal_strike','spell_warr_colossus_smash');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
( 12294, 'spell_warr_mortal_strike'),
|
||||
(167105, 'spell_warr_colossus_smash');
|
||||
Reference in New Issue
Block a user