Some refactoring of code. and some cleanups
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Scripts.Pets
|
||||
if (!owner)
|
||||
return;
|
||||
|
||||
Unit target = owner.getAttackerForHelper();
|
||||
Unit target = owner.GetAttackerForHelper();
|
||||
|
||||
_events.Update(diff);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user