Browse Source

removed now useless stuff, thx zara that you showed me that

Rolarga 19 years ago
parent
commit
3d922673da
2 changed files with 1 additions and 17 deletions
  1. 0 8
      datapack_development/tools/upgrade.bat
  2. 1 9
      datapack_development/tools/upgrade.sh

+ 0 - 8
datapack_development/tools/upgrade.bat

@@ -54,12 +54,4 @@ echo Installing new content.
 %mysqlPath% -h %DBHost% -u %user% --password=%pass% -D %DBname% < ../sql/weapon.sql
 %mysqlPath% -h %DBHost% -u %user% --password=%pass% -D %DBname% < ../sql/zone.sql
 %mysqlPath% -h %DBHost% -u %user% --password=%pass% -D %DBname% < ../sql/gameservers.sql
-echo.
-echo If you got an error 1050 about 'gameservers' table, anything is ok. 
-echo This is only if you don't have a gameservers table already, it will create one
-echo and leave it alone, if you had one already, we don't delete your hex ids.
-echo.
-echo If you can read this, anything is upgraded and ready to work. 
-echo Enjoy your new database.
-echo.
 pause

+ 1 - 9
datapack_development/tools/upgrade.sh

@@ -35,12 +35,4 @@ mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/spawnlist.sql
 mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/teleport.sql
 mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/weapon.sql
 mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/zone.sql
-mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/gameservers.sql
-echo
-echo If you got an error 1050 about \'gameservers\' table, anything is ok 
-echo This is only if you don\'t have a gameservers table already, it will create one
-echo and leave it alone, if you had one already, we don\'t delete your hex ids
-echo
-echo If you can read this, anything is upgraded and ready to work 
-echo Enjoy your new database
-echo
+mysql -h $DBHOST -u $USER --password=$PASS -D $DBNAME < ../sql/gameservers.sql