aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-08-30 22:32:15 +0200
committerShauren <shauren.trinity@gmail.com>2024-08-30 22:32:15 +0200
commitf148ddc2ce0c874ac3a56d6ea0c717a35d4de090 (patch)
tree9571ae1ab2dfa91b5c2b58de1d9169df100d0abf /sql/updates/auth
parentefa76de54011d40d69412d2af23cb071ed352688 (diff)
DB: Added builds 11.0.2.56380 and 11.0.2.56382
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_08_30_01_auth.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_30_01_auth.sql b/sql/updates/auth/master/2024_08_30_01_auth.sql
new file mode 100644
index 00000000000..59e78161528
--- /dev/null
+++ b/sql/updates/auth/master/2024_08_30_01_auth.sql
@@ -0,0 +1,14 @@
+DELETE FROM `build_info` WHERE `build` IN (56380,56382);
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
+(56380,11,0,2,NULL),
+(56382,11,0,2,NULL);
+
+DELETE FROM `build_auth_key` WHERE `build`=56380 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
+DELETE FROM `build_auth_key` WHERE `build`=56380 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
+DELETE FROM `build_auth_key` WHERE `build`=56382 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
+DELETE FROM `build_auth_key` WHERE `build`=56382 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
+INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
+(56380,'Win','x64','WoW',0xD081784493233E2869933FCC01F1A3C1),
+(56380,'Win','x64','WoWC',0x4FB3D72D89F5FF01DD7F4E028494A4E6),
+(56382,'Win','x64','WoW',0x67C36A3EF655534C58AD50942192BFDA),
+(56382,'Win','x64','WoWC',0xA5BD7A1C33039F58CD45CD5C7EBDF122);