feat(MenuSystem): Implement unified menu system for AzerothCore management (#22786)

This commit is contained in:
Yehonal
2025-09-04 00:03:55 +02:00
committed by GitHub
parent d5d8256bc5
commit 599d206584
7 changed files with 498 additions and 164 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
CURRENT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd )
source "$CURRENT_PATH/modules.sh"
inst_module "$@"