mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core: Updated to 7.1.5.23360
This commit is contained in:
File diff suppressed because one or more lines are too long
3
sql/updates/auth/master/2017_01_14_00_auth.sql
Normal file
3
sql/updates/auth/master/2017_01_14_00_auth.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=23360 WHERE `gamebuild`=23222;
|
||||
|
||||
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23360';
|
||||
1
sql/updates/hotfixes/master/2017_01_14_00_hotfixes.sql
Normal file
1
sql/updates/hotfixes/master/2017_01_14_00_hotfixes.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `chr_specialization` DROP `BackgroundFile`;
|
||||
Reference in New Issue
Block a user