Fix portal details after stock intel change
This commit is contained in:
parent
a0e539d6ca
commit
fb5c38662f
@ -68,9 +68,10 @@ var handleResponse = function(guid, data, success) {
|
|||||||
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
|
unknown_10: data.result[10], // temp name until we know what this value does
|
||||||
mods: data.result[11].map(parseMod),
|
unknown_11: data.result[11], // temp name until we know what this value does
|
||||||
resonators:data.result[12].map(parseResonator),
|
mods: data.result[12].map(parseMod),
|
||||||
owner: data.result[13],
|
resonators:data.result[13].map(parseResonator),
|
||||||
|
owner: data.result[14],
|
||||||
};
|
};
|
||||||
|
|
||||||
cache.store(guid,dict);
|
cache.store(guid,dict);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user