treb troubleshooting

This commit is contained in:
2023-04-05 20:29:34 -05:00
parent 07e993b0ba
commit 3f8d772f8f
+1 -1
View File
@@ -1462,7 +1462,7 @@ public class NPC extends AbstractCharacter {
mob.setSpawnTime(10);
mob.setNpcOwner(this);
mob.state = STATE.Awake;
mob.region = AbstractWorldObject.GetRegionByWorldObject(mob);
return mob;
}