unknown_10/11 flags - renamed to the mission status they represent
This commit is contained in:
parent
d96ee8de50
commit
2f67616c5d
@ -295,8 +295,8 @@ window.Render.prototype.createPortalEntity = function(ent) {
|
|||||||
image: ent[2][7],
|
image: ent[2][7],
|
||||||
title: ent[2][8],
|
title: ent[2][8],
|
||||||
ornaments: ent[2][9],
|
ornaments: ent[2][9],
|
||||||
unknown_10: ent[2][10], // temp name until we know what this value does
|
mission: ent[2][10],
|
||||||
unknown_11: ent[2][11], // temp name until we know what this value does
|
mission50plus: ent[2][11],
|
||||||
};
|
};
|
||||||
|
|
||||||
var dataOptions = {
|
var dataOptions = {
|
||||||
|
@ -67,8 +67,8 @@ var handleResponse = function(guid, data, success) {
|
|||||||
image: data.result[7],
|
image: data.result[7],
|
||||||
title: data.result[8],
|
title: data.result[8],
|
||||||
ornaments: data.result[9],
|
ornaments: data.result[9],
|
||||||
unknown_10: data.result[10], // temp name until we know what this value does
|
mission: data.result[10],
|
||||||
unknown_11: data.result[11], // temp name until we know what this value does
|
mission50plus: data.result[11],
|
||||||
mods: data.result[12].map(parseMod),
|
mods: data.result[12].map(parseMod),
|
||||||
resonators:data.result[13].map(parseResonator),
|
resonators:data.result[13].map(parseResonator),
|
||||||
owner: data.result[14],
|
owner: data.result[14],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user