aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-07-29 05:59:26 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-07-29 05:59:58 +0200
commita177a10018fb081c5a29f13e5e473be2f8a5316e (patch)
treef55bd7218bf85af623575d5d114218acdb4db238 /sql/updates/auth
parentcec583c5e2ac8435e8b4da948cd0daf2b37d2553 (diff)
DB/BattleNet: Update wow build to 20338
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2015_07_29_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_07_29_00_auth.sql b/sql/updates/auth/2015_07_29_00_auth.sql
new file mode 100644
index 00000000000..f52cdee6f52
--- /dev/null
+++ b/sql/updates/auth/2015_07_29_00_auth.sql
@@ -0,0 +1 @@
+UPDATE `battlenet_components` SET `Build`=20338 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20253;