fix(add river): get id as the biggest id + 1, not the last id + 1

This commit is contained in:
Azgaar 2023-03-26 14:24:46 +04:00
parent 5ca3ac44a4
commit d48f9b3cab
5 changed files with 51 additions and 13 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.89.12"; // generator version, update each time
const version = "1.89.13"; // generator version, update each time
{
document.title += " v" + version;