From a177a10018fb081c5a29f13e5e473be2f8a5316e Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Wed, 29 Jul 2015 05:59:26 +0200 Subject: DB/BattleNet: Update wow build to 20338 --- sql/updates/auth/2015_07_29_00_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2015_07_29_00_auth.sql (limited to 'sql/updates') 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; -- cgit v1.2.3