wip team state stub

This commit is contained in:
Tau
2019-04-29 13:53:07 -04:00
parent e18c2d44c5
commit 9b04b2a457
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export function loadProfile2(res: LoadProfileResponse2) {
buf.writeUInt16LE(res.unlocks.gauges, 0x00b8);
buf.writeUInt32LE(res.unlocks.lastMileageReward, 0x01e8);
buf.writeUInt16LE(res.unlocks.music, 0x01ec);
buf.writeUInt16LE(1, 0x037c); // Team leader
buf.writeUInt16LE(0, 0x037c); // Team leader
mission(res.missions.team).copy(buf, 0x038a);
buf.writeUInt16LE(0xffff, 0x0388); // [1]
buf.writeUInt32LE(res.profileId, 0x03b8);

View File

@@ -13,7 +13,7 @@ export function _team(
const bits = {
team: {
id: 2 as ExtId<Team>,
name: " ",
name: process.env.TEAM_NAME || "",
},
members: [],
};