Core: Change allowed build to 7.1.0.23222

This commit is contained in:
Shauren
2016-12-11 18:20:24 +01:00
parent b6f1f8405f
commit a73a6c5a6d
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`=23222 WHERE `gamebuild`=23171;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23222';