Core/Scripts: implemented enchant Blade Warding (#446)

This commit is contained in:
starrheld
2017-03-30 02:37:39 +02:00
committed by HeartWell
parent 46eff2667f
commit 0001a003b3
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1490714789186172000');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_blade_warding';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(64440, 'spell_gen_blade_warding');
-- no cooldown
UPDATE `spell_proc` SET `Cooldown`=0 WHERE `SpellId`=64440;