diff --git a/helper/clear_playerbots.sh b/helper/clear_playerbots.sh index 1f55f32..c7d5af5 100755 --- a/helper/clear_playerbots.sh +++ b/helper/clear_playerbots.sh @@ -1,7 +1,5 @@ #!/bin/bash -ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"/ -source ${ROOT_DIR}/../variables.sh -sudo mysql -u root --database="acore_characters" < ${ROOT_DIR}/../sql/clear_playerbots.sql +sudo mysql -u root --database="acore_characters" < ${ROOT_DIR}/sql/clear_playerbots.sql echo "Playerbots accounts and characters deleted..."