|
|
@@ -58842,7 +58842,7 @@ class PanTransGuide{
|
|
|
let last
|
|
|
|
|
|
let index = this.player.model.heroLocations.findIndex(e=>e.name == '沉浸看展')
|
|
|
- let locations = this.player.model.heroLocations[index]
|
|
|
+ let locations = this.player.model.heroLocations[index].heroLocations
|
|
|
this.player.model.heroLocations.splice(index,1)
|
|
|
|
|
|
locations.forEach((e,i)=>{
|