Scripts/Spells: Core/Spells: Fixed Consecration damage, implemented Hammer of the Righteous, partly implemented Consecrated Ground talent

Port From (https://github.com/TrinityCore/TrinityCore/commit/45b4910c96d4f706a02944f9777190ef9a499fd0)
This commit is contained in:
hondacrx
2021-10-05 18:29:44 -04:00
parent f21eed617c
commit aee1c82086
3 changed files with 98 additions and 18 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ namespace Game.Entities
ToCreature().GetAI().JustUnregisteredAreaTrigger(areaTrigger);
}
AreaTrigger GetAreaTrigger(uint spellId)
public AreaTrigger GetAreaTrigger(uint spellId)
{
List<AreaTrigger> areaTriggers = GetAreaTriggers(spellId);
return areaTriggers.Empty() ? null : areaTriggers[0];