1
0
forked from noxious/server

Added PvP field to zones table

This commit is contained in:
2024-07-21 20:31:29 +02:00
parent 58f801e302
commit 6070e587c6
3 changed files with 4 additions and 1 deletions

View File

@ -107,6 +107,7 @@ model Zone {
width Int
height Int
tiles Json
pvp Boolean @default(false)
zoneEventTiles ZoneEventTile[]
zoneObjects ZoneObject[]
characters Character[]