Core: Updated to 7.2.5.24367

This commit is contained in:
Shauren
2017-06-18 22:17:48 +02:00
parent 6e0e756309
commit cf5aa01be7
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`=24367 WHERE `gamebuild`=24330;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24367';