mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-31 00:03:47 +00:00
Update clear_auctionhouse.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
AH_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
||||||
source ${ROOT_DIR}/../variables.sh
|
source ${AH_DIR}/../variables.sh
|
||||||
|
|
||||||
sudo mysql -u root --database="acore_characters" < ${ROOT_DIR}/../sql/clear_auctionhouse.sql
|
sudo mysql -u root --database="acore_characters" < ${AH_DIR}/../sql/clear_auctionhouse.sql
|
||||||
|
|
||||||
echo "Auction house items deleted..."
|
echo "Auction house items deleted..."
|
||||||
|
|||||||
Reference in New Issue
Block a user