diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2015_07_02_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_07_02_00_auth.sql b/sql/updates/auth/2015_07_02_00_auth.sql new file mode 100644 index 00000000000..42aaed44b9f --- /dev/null +++ b/sql/updates/auth/2015_07_02_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=20182 WHERE `gamebuild`=19793; +UPDATE `battlenet_components` SET `Build`=20182 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=19793; +UPDATE `battlenet_components` SET `Build`=20182 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=19865; |
