From 1262072949a8a32591dd3ffd7cec56caeda52b69 Mon Sep 17 00:00:00 2001 From: Carbenium Date: Thu, 26 Mar 2015 16:06:20 +0100 Subject: Core/Misc: Update base stuff for V6.1.2 build 19802 --- sql/updates/auth/2015_03_26_00_auth.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/auth/2015_03_26_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/2015_03_26_00_auth.sql b/sql/updates/auth/2015_03_26_00_auth.sql new file mode 100644 index 00000000000..af1ffba9a0b --- /dev/null +++ b/sql/updates/auth/2015_03_26_00_auth.sql @@ -0,0 +1,4 @@ +UPDATE `realmlist` SET `gamebuild`=19793 WHERE `id`=1; + +UPDATE `battlenet_components` SET `Build`=19793 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=19634; +UPDATE `battlenet_components` SET `Build`=19802 WHERE `Program`='WoW' AND `Platform` IN ('Win','Wn64','Mc64') AND `Build`=19702; -- cgit v1.2.3