Core: Change allowed build to 7.0.3.22594

This commit is contained in:
Shauren
2016-09-15 16:31:43 +02:00
parent 7ad7729696
commit b86b832435
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`=22594 WHERE `gamebuild`=22566;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22594';