From 6ff510cd95fa5da739a26193043b4b4082d1baa8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 17 Apr 2022 07:32:55 +0800 Subject: [PATCH] 1 --- bcutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcutils.js b/bcutils.js index 59c65be..70acaf1 100644 --- a/bcutils.js +++ b/bcutils.js @@ -1,6 +1,6 @@ const utils = require('./utils'); -const BC_BASE_GAME_ID = 2006; +const BC_BASE_GAME_ID = 2005; const BC_FUNC_CREATION = 1; const BC_FUNC_GUILD = 3;