diff options
| author | Carbenium <keresztesschmidt@gmail.com> | 2015-03-26 16:06:20 +0100 |
|---|---|---|
| committer | Carbenium <keresztesschmidt@gmail.com> | 2015-03-26 17:18:43 +0100 |
| commit | 1262072949a8a32591dd3ffd7cec56caeda52b69 (patch) | |
| tree | dddc3afbec0414cbd4ef8607e5eed24a92250b65 /sql/updates/auth | |
| parent | 01ee7ecc69333fbc95254e6e66df5f078351b3a2 (diff) | |
Core/Misc: Update base stuff for V6.1.2 build 19802
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2015_03_26_00_auth.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
