diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-06 04:45:53 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 20:13:19 +0200 |
commit | 8ded7e576ecd4aede905f7fcebfef029d85602c3 (patch) | |
tree | 24e5e898ca492332b9f5e898b84ac8f2f481c175 | |
parent | 3698f3a26203be05480b1673d1595e52e2534445 (diff) |
Typo fix
(cherry picked from commit 9ae53d25779292b9c0a76d40dfa2e3f910fdeaf2)
-rw-r--r-- | sql/updates/world/master/2020_06_14_01_world_2017_05_06_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_01_world_2017_05_06_00_world.sql b/sql/updates/world/master/2020_06_14_01_world_2017_05_06_00_world.sql new file mode 100644 index 00000000000..fa58a86f325 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_01_world_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; |