mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
8 lines
248 B
Bash
Executable File
8 lines
248 B
Bash
Executable File
#!/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
|
|
|
|
echo "Playerbots accounts and characters deleted..."
|