feat(BASH): add support for db_assembler (#30)

This commit is contained in:
Patrick Lewis
2021-03-15 10:52:58 -07:00
committed by GitHub
parent 4df944d800
commit 10659d6642
3 changed files with 22 additions and 0 deletions

12
conf/conf.sh.dist Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
## CUSTOM SQL - Important file used by the db_assembler.sh
## Keep only the required variables (base sql files or updates, depending on the DB)
## BASE SQL
DB_CHARACTERS_CUSTOM_PATHS+=(
"$MOD_ANTICHEAT_ROOT/sql/characters/base/"
)