1
0
forked from noxious/server

Added option to set rotation on teleport tiles, new base database migration (db reset needed)

This commit is contained in:
2024-09-23 14:02:25 +02:00
parent a729371741
commit 4a9b7987dc
4 changed files with 9 additions and 2 deletions

View File

@ -81,6 +81,7 @@ model ZoneEventTileTeleport {
zoneEventTile ZoneEventTile @relation(fields: [zoneEventTileId], references: [id], onDelete: Cascade)
toZoneId Int
toZone Zone @relation(fields: [toZoneId], references: [id], onDelete: Cascade)
toRotation Int
toPositionX Int
toPositionY Int
}