[Tools] Corrected URL's in Extraction scripts

This commit is contained in:
Antz 2015-09-05 01:00:52 +01:00 committed by Antz
parent ecb06faaeb
commit 0d07eaeaed
2 changed files with 9 additions and 11 deletions

View File

@ -31,16 +31,14 @@ USE_MMAPS_DELAY=""
DisplayHeader()
{
clear
echo " __ __ _ _ ___ ___ ___ "
echo " | \\/ |__ _| \\| |/ __|/ _ \\/ __| "
echo " | |\\/| / _\` | .\` | (_ | (_) \\__ \\"
echo " |_| |_\\__,_|_|\\_|\\___|\\___/|___/ "
echo " "
echo " For help and support please visit: "
echo " Website: https://getmangos.eu "
echo " Wiki: http://github.com/mangoswiki "
echo "======================================="
echo " __ __ _ _ ___ ___ ___ "
echo " | \\/ |__ _| \\| |/ __|/ _ \\/ __| "
echo " | |\\/| / _\` | .\` | (_ | (_) \\__ \\ "
echo " |_| |_\\__,_|_|\\_|\\___|\\___/|___/ "
echo " "
echo " For help and support please visit: "
echo " Website/Forum/Wiki: https://getmangos.eu"
echo "========================================================="
}
if [ "$1" = "a" ]

View File

@ -130,7 +130,7 @@ DisplayHeader()
echo " "
echo " For help and support please visit: "
echo " Website/Forum/Wiki: https://getmangos.eu"
echo "======================================="
echo "=========================================="
}