Update script version

This commit is contained in:
Vortrex
2022-04-28 11:35:12 -05:00
parent 9c57c4cb03
commit 3a6c2cfac5

View File

@@ -7,7 +7,7 @@
// TYPE: Server (JavaScript)
// ===========================================================================
let scriptVersion = "1.0";
let scriptVersion = "1.1";
let serverStartTime = 0;
let logLevel = LOG_INFO|LOG_DEBUG|LOG_VERBOSE|LOG_WARN|LOG_ERROR;
@@ -33,17 +33,11 @@ let serverData = {
cachedTranslationFrom: [],
triggers: [],
npcs: [],
locales: [],
accents: [],
races: [],
};
// ===========================================================================
let allowedSkins = [];
// ===========================================================================
function initServerData() {
}