aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-07-16 19:51:06 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-07-16 19:51:23 +0200
commit4241d24e7b09e3c22e69459ecc06db017e2700e7 (patch)
tree6f76012e6a7c1937f9072c46fe3f4a9a526d66ee /sql/updates/auth
parent08316552b5b176e8209d7e8f15c53053d049743d (diff)
DB/BattleNet: Update wow build to 20253
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2015_07_16_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_07_16_00_auth.sql b/sql/updates/auth/2015_07_16_00_auth.sql
new file mode 100644
index 00000000000..6ab58a4ed40
--- /dev/null
+++ b/sql/updates/auth/2015_07_16_00_auth.sql
@@ -0,0 +1 @@
+UPDATE `battlenet_components` SET `Build`=20253 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20216;