aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-09-05 00:09:38 +0200
committerShauren <shauren.trinity@gmail.com>2015-09-05 00:09:38 +0200
commit663cff2195900fe4cf24473a25eec7613a163bd1 (patch)
tree1ae6b550273a730ec080170de9ca44b53a1eead2 /sql/updates/auth
parent8652f4b4de5ed02c89f9db91367125a04ce52dd4 (diff)
Core: Updated to 6.2.2.20444.
* This includes all known packet structures, nothing has been disabled. * worldserver still expects 6.2.0 DBC/DB2 files - do not reextract
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2015_09_05_00_auth.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_09_05_00_auth.sql b/sql/updates/auth/2015_09_05_00_auth.sql
new file mode 100644
index 00000000000..d6858d8a6d4
--- /dev/null
+++ b/sql/updates/auth/2015_09_05_00_auth.sql
@@ -0,0 +1,2 @@
+UPDATE `battlenet_components` SET `Build`=20444 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20444;
+UPDATE `realmlist` SET `gamebuild`=20444 WHERE `gamebuild`=20182;