Zone updating stuff
This commit is contained in:
@ -85,7 +85,7 @@ export type Zone = {
|
||||
}
|
||||
|
||||
export type ZoneObject = {
|
||||
id: number
|
||||
id: string
|
||||
zoneId: number
|
||||
zone: Zone
|
||||
objectId: string
|
||||
@ -96,7 +96,7 @@ export type ZoneObject = {
|
||||
}
|
||||
|
||||
export type ZoneEventTile = {
|
||||
id: number
|
||||
id: string
|
||||
zoneId: number
|
||||
zone: Zone
|
||||
type: "BLOCK" | "WARP" | "NPC" | "ITEM"
|
||||
|
Reference in New Issue
Block a user