mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spells: added missing scriptname to Druid's bear form Vengeance proc
This commit is contained in:
3
sql/updates/world/4.3.4/2020_07_26_00_world.sql
Normal file
3
sql/updates/world/4.3.4/2020_07_26_00_world.sql
Normal 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');
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user