Core/Scripts: Implement Glyph of Backstab

This commit is contained in:
Aokromes
2016-09-04 11:35:44 +02:00
parent ed41de566f
commit 8655ad0984

View File

@@ -0,0 +1,4 @@
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=0x00000004 WHERE `entry`=56800;
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_glyph_of_backstab_triggered';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63975, 'spell_rog_glyph_of_backstab_triggered');