Core: Updated allowed build to 8.2.5.32305

Port From (https://github.com/TrinityCore/TrinityCore/commit/c03e1a4097627407bf985c3c4c5f830e5b686068)
This commit is contained in:
hondacrx
2019-10-29 13:16:06 -04:00
parent cfb4b6de2d
commit 57dc9dc081
2 changed files with 7 additions and 3 deletions
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=32305 WHERE `gamebuild`=31478;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32305';