Core: Updated allowed build to 7.2.5.24742

This commit is contained in:
Shauren
2017-08-04 23:48:02 +02:00
parent db9576beff
commit 6c60dddbc6
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`=24742 WHERE `gamebuild`=24461;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24742';