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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user