mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Auth: Updated to 6.2.2a.20490
This commit is contained in:
4
sql/updates/auth/2015_09_15_00_auth.sql
Normal file
4
sql/updates/auth/2015_09_15_00_auth.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `battlenet_components` SET `Build`=20490 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=20444;
|
||||
UPDATE `battlenet_components` SET `Build`=20490 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20444;
|
||||
|
||||
UPDATE `realmlist` SET `gamebuild`=20490 WHERE `gamebuild`=20444;
|
||||
Reference in New Issue
Block a user