mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Spells: Fix warrior "Rend" damage
This commit is contained in:
3
sql/updates/world/2013_07_26_02_world_spell_misc_434.sql
Normal file
3
sql/updates/world/2013_07_26_02_world_spell_misc_434.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rend';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(94009, 'spell_warr_rend');
|
||||
Reference in New Issue
Block a user