mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Refactored some actor field names
This commit is contained in:
		| @@ -49,7 +49,7 @@ namespace Meteor.Map.actors.chara.ai.state | ||||
|  | ||||
|         public override bool Update(DateTime tick) | ||||
|         { | ||||
|             if ((target == null || owner.target != target || owner.target?.actorId != owner.currentLockedTarget) && owner.isAutoAttackEnabled) | ||||
|             if ((target == null || owner.target != target || owner.target?.Id != owner.currentLockedTarget) && owner.isAutoAttackEnabled) | ||||
|                 owner.aiContainer.ChangeTarget(target = owner.CurrentArea.FindActorInArea<Character>(owner.currentTarget)); | ||||
|  | ||||
|             if (target == null || target.IsDead()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user