aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-03-01 02:10:57 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2015-03-01 02:24:59 +0100
commit369b08b68d43f76bae8bf206a69553e22fab54ba (patch)
tree6ad22e6d321e7a17861da5be6df502b5bd9cea24 /sql/updates
parent4282ec57f3cffbae381ed9cb40ab3a3c56dc906e (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.sql4
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;