diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-11-09 13:20:05 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2014-11-09 13:20:05 -0500 |
commit | 2d74ee91418287210fbe2c493b90678e9d6d04d4 (patch) | |
tree | e9f9abeb403d6f93672300568ce7b60a8641ca1a | |
parent | ddc549518f44eb995c630c8c82fb2099108ef017 (diff) |
DB/Realmlist: Updated the required build to the actual base build
-rw-r--r-- | sql/updates/auth/2014_11_09_00_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_11_09_00_auth.sql b/sql/updates/auth/2014_11_09_00_auth.sql new file mode 100644 index 00000000000..3d12eaa6f97 --- /dev/null +++ b/sql/updates/auth/2014_11_09_00_auth.sql @@ -0,0 +1,2 @@ +UPDATE `realmlist` SET `gamebuild`=19057; +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT(10) UNSIGNED DEFAULT '19057'; |