|
|
@ -447,7 +447,8 @@ public class Enum { |
|
|
|
if (ruinZone.getLoadNum() == 14001) |
|
|
|
if (ruinZone.getLoadNum() == 14001) |
|
|
|
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30); |
|
|
|
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30); |
|
|
|
else |
|
|
|
else |
|
|
|
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc().add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30); |
|
|
|
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc() |
|
|
|
|
|
|
|
.add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return spawnLocation; |
|
|
|
return spawnLocation; |
|
|
|