From 734addb1d0cb021ef2acd6528c84a21203569078 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:03:15 +0200 Subject: [PATCH] Update clear_playerbots.sh --- helper/clear_playerbots.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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..."