also set 'unknown_11' for map data, as well as portal details
This commit is contained in:
parent
fb5c38662f
commit
7be1575e50
@ -296,6 +296,7 @@ window.Render.prototype.createPortalEntity = function(ent) {
|
|||||||
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
|
unknown_10: ent[2][10], // temp name until we know what this value does
|
||||||
|
unknown_11: ent[2][11], // temp name until we know what this value does
|
||||||
};
|
};
|
||||||
|
|
||||||
var dataOptions = {
|
var dataOptions = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user