diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-08 18:53:08 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-08 18:53:08 +0100 |
| commit | 1d8e558f39d693ee89f4fe0f36a27900a9e1bd1a (patch) | |
| tree | fa4935bdfd0745ea7379ffb2340bbbecfeb17175 /sql/updates | |
| parent | 16f47e8a4e06f36d58de6343c1d5553013d906fb (diff) | |
SQL: Correct SQL errors in an auth update file and character_database.sql (thanks Sinzia/Bio)
Closes #7333
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql b/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql index 565174e258b..121e97f5837 100644 --- a/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql +++ b/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql @@ -1 +1 @@ -UPDATE `realmlist` SET `gamebuild`=15595 WHERE `id`=1 +UPDATE `realmlist` SET `gamebuild`=15595 WHERE `id`=1; |
