diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-03-01 02:10:57 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-03-01 02:24:59 +0100 |
commit | 369b08b68d43f76bae8bf206a69553e22fab54ba (patch) | |
tree | 6ad22e6d321e7a17861da5be6df502b5bd9cea24 /sql/updates | |
parent | 4282ec57f3cffbae381ed9cb40ab3a3c56dc906e (diff) |
Core/Misc: Update base stuff for V6.1.0 build 19702
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/auth/2015_03_01_00_auth.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_03_01_00_auth.sql b/sql/updates/auth/2015_03_01_00_auth.sql new file mode 100644 index 00000000000..1f3fb944e0b --- /dev/null +++ b/sql/updates/auth/2015_03_01_00_auth.sql @@ -0,0 +1,4 @@ +UPDATE `realmlist` SET `gamebuild`=19634 WHERE `id`=1; + +UPDATE `battlenet_components` SET `Build`=19634 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=19057; +UPDATE `battlenet_components` SET `Build`=19702 WHERE `Program`='WoW' AND `Platform` IN ('Win','Wn64','Mc64') AND `Build`=19342; |