NPC and mob regions

This commit is contained in:
2023-04-05 20:04:04 -05:00
parent 563fe8684a
commit 1169f44041
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -1222,6 +1222,7 @@ public class NPC extends AbstractCharacter {
}catch (Exception e){
Logger.error( e.getMessage());
}
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
}
public void removeFromZone() {