aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-07-06 19:44:58 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-07-06 19:46:07 +0200
commitd8338669d51fe114ce0698ddde44de113d95e76e (patch)
treeb2917ea6b5dfeba6aa22f3c4116659afa19cf320 /sql/updates/auth
parent21ab4bb14c8141f3ebfe95a6c36cf7a3c46c490f (diff)
DB/BattleNet: Update wow build to 20201
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2015_07_06_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_07_06_00_auth.sql b/sql/updates/auth/2015_07_06_00_auth.sql
new file mode 100644
index 00000000000..d6d51f71f26
--- /dev/null
+++ b/sql/updates/auth/2015_07_06_00_auth.sql
@@ -0,0 +1 @@
+UPDATE `battlenet_components` SET `Build`=20201 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20182;