[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

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

View File

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