DB/Spells: added missing scriptname to Druid's bear form Vengeance proc

This commit is contained in:
Ovahlord
2020-07-26 18:23:41 +02:00
parent 9550c710a7
commit 9f6a7f6671
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`= 84840;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(84840, 'spell_gen_vengeance');

View File

@@ -4777,7 +4777,7 @@ enum Vengeance
SPELL_VENGEANCE_TRIGGERED = 76691
};
// 93098 - 93099 - 84839 - Vengeance
// 93098 - 93099 - 84839 - 84840 - Vengeance
class spell_gen_vengeance : public AuraScript
{
PrepareAuraScript(spell_gen_vengeance);