diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-11-21 21:30:05 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-11-21 21:30:05 +0100 |
| commit | 035a2b122e57c7b7406f830d471bc284b0101238 (patch) | |
| tree | 768308e7e9a4bf9d04910ed2f44fbd07a90d6469 /sql/updates | |
| parent | 7f075ae746a2d6d3750db608f6d7a7cff6dfd761 (diff) | |
Core: Updated to 6.2.3.20726
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2015_11_21_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_11_21_00_auth.sql b/sql/updates/auth/2015_11_21_00_auth.sql new file mode 100644 index 00000000000..8f025e61242 --- /dev/null +++ b/sql/updates/auth/2015_11_21_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `battlenet_components` SET `Build`=20726 WHERE `Program`='WoW' AND `Platform` IN ('base','Mc64','Win','Wn64') AND `Build`=20574; + +UPDATE `realmlist` SET `gamebuild`=20726 WHERE `gamebuild`=20574; |
