diff options
author | Chazy Chaz <ChazyTheBest@hotmail.es> | 2017-05-05 05:52:49 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 20:09:40 +0200 |
commit | e21e7cd2e26361d18d57a7c4ec002dbf0abe8ffc (patch) | |
tree | 7c2d9a5f0cbf501258395c6cea7ee279a948c595 /sql/updates | |
parent | 419689b4859a431b2d678ba69a17d7a9c5376f56 (diff) |
Scripts/Commands: Update reload commands names
(cherry picked from commit 4843544c217800ba56b3084a8b1ca2fcf62cb091)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2020_06_14_00_world_2017_05_05_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_00_world_2017_05_05_00_world.sql b/sql/updates/world/master/2020_06_14_00_world_2017_05_05_00_world.sql new file mode 100644 index 00000000000..47f6822d310 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_00_world_2017_05_05_00_world.sql @@ -0,0 +1,7 @@ +UPDATE command SET name = 'reload achievement_reward_locale', help = 'Syntax: .reload achievement_reward_locale\nReload achievement_reward_locale table.' WHERE permission = 657; +UPDATE command SET name = 'reload creature_template_locale', help = 'Syntax: .reload creature_template_locale\nReload creature_template_locale table.' WHERE permission = 658; +UPDATE command SET name = 'reload creature_text_locale', help = 'Syntax: .reload creature_text_locale\nReload creature_text_locale Table.' WHERE permission = 659; +UPDATE command SET name = 'reload gameobject_template_locale', help = 'Syntax: .reload gameobject_template_locale\nReload gameobject_template_locale table.' WHERE permission = 660; +UPDATE command SET name = 'reload gossip_menu_option_locale', help = 'Syntax: .reload gossip_menu_option_locale\nReload gossip_menu_option_locale table.' WHERE permission = 661; +UPDATE command SET name = 'reload page_tex_locale', help = 'Syntax: .reload page_tex_locale\nReload page_tex_locale table.' WHERE permission = 665; +UPDATE command SET name = 'reload points_of_interest_locale', help = 'Syntax: .reload points_of_interest_locale\nReload points_of_interest_locale table.' WHERE permission = 666; |