diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-07-14 19:07:45 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-14 19:07:45 +0200 |
| commit | 1956ce834773d48b45b2d8a155ef192473f93364 (patch) | |
| tree | acdd02f222d076e7fc77c8103ef178771e433388 /sql/updates | |
| parent | 9fe75d870f03e9fd1f8e2f61433c144ade57dc39 (diff) | |
Core: update allowed build to 4.4.0.55613
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_07_14_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql b/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql new file mode 100644 index 00000000000..5acad50b2e4 --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=55613; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55613,4,4,0,NULL,NULL,'0BA3BFF2E324FE30D15BA8A88CF8738B',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55613 WHERE `gamebuild`=55460; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '55613'; |
