mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-28 14:56:22 +00:00
Update clear_auctionhouse.sh
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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_auctionhouse.sql
|
sudo mysql -u root --database="acore_characters" < ${ROOT_DIR}/sql/clear_auctionhouse.sql
|
||||||
|
|
||||||
echo "Auction house items deleted..."
|
echo "Auction house items deleted..."
|
||||||
|
|||||||
Reference in New Issue
Block a user