Core: Updated allowed build to 7.2.5.24461

This commit is contained in:
vincent-michael
2017-06-30 16:20:44 +02:00
parent 346e498707
commit b84d4516c3
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=24461 WHERE `gamebuild`=24430;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24461';