Core: Updated allowed build to 8.2.5.32580

Port From (https://github.com/TrinityCore/TrinityCore/commit/dd39f2c1a720083a65ce95b9071c8480baa4e1dd)
This commit is contained in:
hondacrx
2019-11-21 14:55:55 -05:00
parent 747899d7db
commit c05d592f4c
5 changed files with 11 additions and 5 deletions
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=32580 WHERE `gamebuild`=32494;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32580';