feat(Core/Config): Enable/Disable Debug BG/Arena (#3001)

This commit is contained in:
Kitzunu
2020-06-21 13:17:07 +02:00
committed by GitHub
parent 139743004b
commit 0b4af00ab7
6 changed files with 59 additions and 7 deletions

View File

@@ -1320,6 +1320,9 @@ enum AcoreStrings
LANG_REMOVEITEM_ERROR = 30082,
LANG_BG_SHARE_QUEST_ERROR = 30083,
LANG_BG_READY_CHECK_ERROR = 30084
LANG_BG_READY_CHECK_ERROR = 30084,
LANG_DEBUG_BG_CONF = 30085,
LANG_DEBUG_ARENA_CONF = 30086
};
#endif