Core: Updated allowed build to 7.2.0.24015

This commit is contained in:
vincent-michael
2017-04-28 09:14:38 +02:00
parent 037ffdf609
commit 3b6d04badb
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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