diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-06 04:45:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-06 04:45:53 +0200 |
commit | 9ae53d25779292b9c0a76d40dfa2e3f910fdeaf2 (patch) | |
tree | 5288667dd286f5073e3b1d0a2fee517cfb6c2640 | |
parent | 97e608b05302818170ab8ada03077b8dafc55af9 (diff) |
Typo fix
-rw-r--r-- | sql/updates/world/3.3.5/2017_05_06_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_06_00_world.sql b/sql/updates/world/3.3.5/2017_05_06_00_world.sql new file mode 100644 index 00000000000..fa58a86f325 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_06_00_world.sql @@ -0,0 +1 @@ +UPDATE command SET name = 'reload page_text_locale', help = 'Syntax: .reload page_text_locale\nReload page_text_locale table.' WHERE permission = 665; |