mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-26 13:56:23 +00:00
8 lines
228 B
Bash
Executable File
8 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
AH_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
|
source ${AH_DIR}/../variables.sh
|
|
|
|
sudo mysql -u root --database="acore_characters" < ${AH_DIR}/../sql/clear_auctionhouse.sql
|
|
|
|
echo "Auction house items deleted..."
|