forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user