mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
fix merge playerbot min
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -760,8 +760,8 @@ EOF
|
||||
--playerbot-enabled=*)
|
||||
CLI_PLAYERBOT_ENABLED="${1#*=}"; shift
|
||||
;;
|
||||
--playerbot-max-bots)
|
||||
[[ $# -ge 2 ]] || { say ERROR "--playerbot-max-bots requires a value"; exit 1; }
|
||||
--playerbot-min-bots)
|
||||
[[ $# -ge 2 ]] || { say ERROR "--playerbot-min-bots requires a value"; exit 1; }
|
||||
CLI_PLAYERBOT_MIN="$2"; shift 2
|
||||
;;
|
||||
--playerbot-min-bots=*)
|
||||
|
||||
Reference in New Issue
Block a user