Fix portal details after stock intel change

This commit is contained in:
fkloft 2015-02-26 22:18:09 +01:00
parent a0e539d6ca
commit fb5c38662f

View File

@ -68,9 +68,10 @@ var handleResponse = function(guid, data, success) {
title: data.result[8],
ornaments: data.result[9],
unknown_10: data.result[10], // temp name until we know what this value does
mods: data.result[11].map(parseMod),
resonators:data.result[12].map(parseResonator),
owner: data.result[13],
unknown_11: data.result[11], // temp name until we know what this value does
mods: data.result[12].map(parseMod),
resonators:data.result[13].map(parseResonator),
owner: data.result[14],
};
cache.store(guid,dict);