mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
15 lines
189 B
Bash
15 lines
189 B
Bash
#!/usr/bin/env bash
|
|
|
|
PATH_RUNENGINE="./"
|
|
|
|
source $PATH_RUNENGINE/run-engine
|
|
|
|
# you must create your conf
|
|
# copying conf.sh.dist
|
|
# and renaming as below
|
|
source ./conf-world.sh
|
|
|
|
restarter
|
|
|
|
|