mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Yet more 6.x -> master renames
This commit is contained in:
@@ -28,13 +28,13 @@ script:
|
||||
- $CXX --version
|
||||
- mysql -uroot < sql/create/create_mysql.sql
|
||||
- mysql -utrinity -ptrinity auth < sql/base/auth_database.sql
|
||||
- ./contrib/check_updates.sh auth 6.x auth
|
||||
- ./contrib/check_updates.sh auth master auth
|
||||
- mysql -utrinity -ptrinity characters < sql/base/characters_database.sql
|
||||
- ./contrib/check_updates.sh characters 6.x characters
|
||||
- ./contrib/check_updates.sh characters master characters
|
||||
- mysql -utrinity -ptrinity world < sql/base/dev/world_database.sql
|
||||
- mysql -utrinity -ptrinity hotfixes < sql/base/dev/hotfixes_database.sql
|
||||
- cat sql/updates/world/6.x/*.sql | mysql -utrinity -ptrinity world
|
||||
- cat sql/updates/hotfixes/6.x/*.sql | mysql -utrinity -ptrinity hotfixes
|
||||
- cat sql/updates/world/master/*.sql | mysql -utrinity -ptrinity world
|
||||
- cat sql/updates/hotfixes/master/*.sql | mysql -utrinity -ptrinity hotfixes
|
||||
- mysql -uroot < sql/create/drop_mysql.sql
|
||||
- cd bin
|
||||
- make -j 8 -k && make install
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
cat ../sql/updates/world/*.sql > world_update.sql
|
||||
cat ../sql/updates/hotfixes/*.sql > hotfixes_update.sql
|
||||
cat ../sql/updates/world/master/*.sql > world_update.sql
|
||||
cat ../sql/updates/hotfixes/master/*.sql > hotfixes_update.sql
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
copy /a ..\sql\updates\world\*.sql /b world_updates.sql
|
||||
copy /a ..\sql\updates\hotfixes\*.sql /b hotfixes_updates.sql
|
||||
copy /a ..\sql\updates\world\master\*.sql /b world_updates.sql
|
||||
copy /a ..\sql\updates\hotfixes\master\*.sql /b hotfixes_updates.sql
|
||||
|
||||
Reference in New Issue
Block a user