mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Core/Spells: Fixed Rogue - Serrated Blades Talent
This commit is contained in:
2
sql/updates/world/2014_08_02_00_spell_script_names.sql
Normal file
2
sql/updates/world/2014_08_02_00_spell_script_names.sql
Normal 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');
|
||||
Reference in New Issue
Block a user