Core/Spells: Fixed Rogue - Serrated Blades Talent

This commit is contained in:
Portgas
2014-08-02 22:29:16 +02:00
parent eb8e140f7f
commit a91851074e
2 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM spell_script_names WHERE spell_id = 2098 AND ScriptName = 'spell_rog_serrated_blades';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES ('2098', 'spell_rog_serrated_blades');