fix(Scripts/Spells): Fixed Enrage armor reduce part. Source: TrinityCore. (#8625)

Fixes #8623
This commit is contained in:
UltraNix
2021-10-21 20:48:49 +02:00
committed by GitHub
parent cb0120a21b
commit cbabc54659
4 changed files with 106 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634677151304244900');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_bear_form_passive';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(1178,'spell_dru_bear_form_passive'),
(9635,'spell_dru_bear_form_passive');