DB Updates

This commit is contained in:
hondacrx
2022-05-10 09:40:07 -04:00
parent ad65e14735
commit 1404bdb1ac
476 changed files with 383664 additions and 353 deletions
@@ -0,0 +1,3 @@
-- TDB 915.22011 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED');
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=41793;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(41793,9,1,5,NULL,NULL,'B3B47DA3B7615570742A55B96614EE1C',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=41793 WHERE `gamebuild`=41488;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41793';