Fix syntax error.
This commit is contained in:
parent
051327653d
commit
2d42ea65f9
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ function expandItem(item, powders){
|
|||
if (reversedIDs.includes(id)) {
|
||||
maxRolls.set(id,idRound(val*1.3));
|
||||
minRolls.set(id,idRound(val*0.3));
|
||||
else {
|
||||
} else {
|
||||
minRolls.set(id,idRound(val*0.3));
|
||||
maxRolls.set(id,idRound(val*1.3));
|
||||
}
|
||||
|
|
2
test.js
2
test.js
|
@ -11,7 +11,7 @@ console.log(url_tag);
|
|||
* END testing section
|
||||
*/
|
||||
|
||||
const BUILD_VERSION = "6.6";
|
||||
const BUILD_VERSION = "6.7";
|
||||
|
||||
document.getElementById("header").textContent = "WynnBuilder version "+BUILD_VERSION+" (db version "+DB_VERSION+")";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue