Core: Updated allowed build to 7.3.5.26899 (#22)

* Create 2018_06_22_00_auth.sql

* Update auth_database.sql

* Update WorldSocket.cs
This commit is contained in:
fagoatse
2018-06-23 01:57:06 +02:00
committed by hondacrx
parent bc1c17fde9
commit 5d246c1cd6
3 changed files with 10 additions and 6 deletions
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=26899 WHERE `gamebuild`=26822;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26899';