1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-03-03 00:43:22 +01:00

fix crown ghost saving bug

This commit is contained in:
ghkkk090 2022-07-30 13:55:24 +07:00
parent e2eebd0ce4
commit 6faa702db9

View File

@ -282,7 +282,7 @@ export default class StartupModule extends Module {
} }
}); });
car!.regionId = 1; // Hokkaido car!.regionId = 1; // Hokkaido
car!.aura = 0; //car!.aura = 0;
car!.tunePower = car_crown[counter].tunePower; car!.tunePower = car_crown[counter].tunePower;
car!.tuneHandling = car_crown[counter].tuneHandling; car!.tuneHandling = car_crown[counter].tuneHandling;
list_crown.push(wmsrv.wm.protobuf.Crown.create({ list_crown.push(wmsrv.wm.protobuf.Crown.create({
@ -314,7 +314,10 @@ export default class StartupModule extends Module {
gtWing: true gtWing: true
} }
}); });
car!.aura = 0; car!.regionId = 1; // Hokkaido
//car!.aura = 0;
car!.tunePower = car_crown[counter].tunePower;
car!.tuneHandling = car_crown[counter].tuneHandling;
list_crown.push(wmsrv.wm.protobuf.Crown.create({ list_crown.push(wmsrv.wm.protobuf.Crown.create({
carId: 18, carId: 18,
area: 18, // GID_RUNAREA_HIROSHIMA area: 18, // GID_RUNAREA_HIROSHIMA