Core: Change allowed build to 7.2.0.23937

This commit is contained in:
Shauren
2017-04-22 19:33:15 +02:00
parent 457f58b1a2
commit f7b0f4c9c6
2 changed files with 6 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=23937 WHERE `gamebuild`=23911;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23937';