Treat warp ids as strings to allow constants
This commit is contained in:
@@ -125,21 +125,21 @@
|
||||
"y": 31,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_EXTERIOR",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 23,
|
||||
"y": 31,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_EXTERIOR",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 24,
|
||||
"y": 31,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_EXTERIOR",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user