Implemented AuraType.ModMaxPower

This commit is contained in:
hondacrx
2017-11-22 12:44:25 -05:00
parent 88258e844d
commit 0909720464
4 changed files with 35 additions and 27 deletions
@@ -553,7 +553,7 @@ namespace Game.Entities
{
// Hunter trap: Search units which are unfriendly to the trap's owner
var checker = new NearestUnfriendlyNoTotemUnitInObjectRangeCheck(this, owner, radius);
var searcher = new UnitSearcher(this, checker);
var searcher = new UnitLastSearcher(this, checker);
Cell.VisitAllObjects(this, searcher, radius);
target = searcher.GetTarget();
}