refactoring and adding automations

This commit is contained in:
Deckard
2025-10-17 01:40:50 -04:00
parent 4bf22d1829
commit 859a214e12
65 changed files with 4622 additions and 956 deletions

3
scripts/manage-modules-sql.sh Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#!/bin/bash
# ac-compose
set -e
# Function to execute SQL files for a module
@@ -194,4 +195,4 @@ execute_module_sql_scripts() {
if [ "$MODULE_BLACK_MARKET_AUCTION_HOUSE" = "1" ] && [ -d "mod-black-market" ]; then
execute_module_sql "mod-black-market" "Black Market"
fi
}
}