Region now set in initNpc

This commit is contained in:
2023-04-29 08:59:29 -04:00
parent 4bbe1db54a
commit ec10ac7ba5
-1
View File
@@ -1116,7 +1116,6 @@ public class NPC extends AbstractCharacter {
}catch (Exception e){ }catch (Exception e){
Logger.error( e.getMessage()); Logger.error( e.getMessage());
} }
this.region = AbstractWorldObject.GetRegionByWorldObject(this);
} }
public void removeFromZone() { public void removeFromZone() {