class and table schema now conform to JSON

This commit is contained in:
2023-09-20 16:06:57 -04:00
parent be107c0858
commit 34d450fecf
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ public class Enum {
// 14001 does not have a banestone to bind at
if (ruinZone.zoneTemplate == 14001)
if (ruinZone.template == 14001)
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
else
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc()