1
0
forked from noxious/server

npm update, added depth field to zoneObjects model, added zoneEventTile model

This commit is contained in:
2024-07-10 00:46:33 +02:00
parent cc6f8d212e
commit d001d3bd23
4 changed files with 62 additions and 28 deletions

View File

@ -74,6 +74,7 @@ class ZoneRepository {
// Save new zone objects
create: objects.map(obj => ({
objectId: obj.objectId,
depth: obj.depth,
position_x: obj.position_x,
position_y: obj.position_y
}))