aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-07-02 00:30:54 +0200
committerShauren <shauren.trinity@gmail.com>2015-07-02 00:30:54 +0200
commitcc7c5d812253c482ff06925c644746b04516b582 (patch)
tree431d9494d49c7eff087e602ad87f913c80e36a2c /sql/updates
parent4bbbd9540a25845edb0d424199bab196b5e6bea1 (diff)
DB: Updated build data to 20182
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2015_07_02_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_07_02_00_auth.sql b/sql/updates/auth/2015_07_02_00_auth.sql
new file mode 100644
index 00000000000..42aaed44b9f
--- /dev/null
+++ b/sql/updates/auth/2015_07_02_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=20182 WHERE `gamebuild`=19793;
+UPDATE `battlenet_components` SET `Build`=20182 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=19793;
+UPDATE `battlenet_components` SET `Build`=20182 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=19865;