Ikariam kChen Overview

By kchen Last update Feb 18, 2009 — Installed 346,353 times.

Error in the values of the buildings in brazilian version

in
Subscribe to 	 Error in the values of the buildings in brazilian version 1 post, 1 voice

adeilson User

The buildings in the version ikariam.com.br are with the wrong values.
Changed to resolve the row 196 of table.js that is:

if (TECH_GEOMETRY) factor += 0.04; // Geometry

To:

/****************************************************
begin alter by Adeilson - 2009-03-15
*****************************************************/
if(location.host.indexOf('ikariam.com.br') != -1){
if (TECH_GEOMETRY) factor += 0.04; // Geometry
}
else{
if (TECH_GEOMETRY) factor -= 0.04; // Geometry
}
/****************************************************
end alter
*****************************************************/

With this correction the values are appearing correctly. Please correct this error if possible.

Tks you and sorry my English!

xD

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel