Core: Updated allowed build to 8.2.0.31478

Port From (https://github.com/TrinityCore/TrinityCore/commit/3b110b30d9eadecbe6b0c93837d6bdd7b7786bec)
This commit is contained in:
hondacrx
2019-08-19 12:24:34 -04:00
parent 1c66495178
commit 1794feb888
5 changed files with 10 additions and 6 deletions
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=31478 WHERE `gamebuild`=31429;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31478';