|
@@ -39,9 +39,9 @@ export default class UEBattleRole extends UERole {
|
|
|
|
|
|
GetSpinePath() {
|
|
|
let spinePath = "role/nv";
|
|
|
- if (this.team?.fid == "1022") {
|
|
|
- spinePath = "mon/10001";
|
|
|
- }
|
|
|
+ // if (this.team?.fid == "10086") {
|
|
|
+ // spinePath = "mon/10001";
|
|
|
+ // }
|
|
|
return spinePath;
|
|
|
|
|
|
}
|