Template now templteID to make room for the actual template.

This commit is contained in:
2023-10-20 15:20:30 -04:00
parent 6559f232a3
commit 4795a315ad
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ public class Enum {
// 14001 does not have a banestone to bind at
if (ruinZone.template == 14001)
if (ruinZone.templateID == 14001)
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
else
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc()