This commit is contained in:
bash
2024-08-12 19:50:04 +00:00
parent 0f910bc421
commit 25129f6685
15 changed files with 0 additions and 0 deletions

5
script/clear_playerbots.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
sudo mysql -u root --database="acore_characters" < ${ROOT_DIR}/sql/clear_playerbots.sql
echo "Playerbots accounts and characters deleted..."