aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorChazy Chaz <ChazyTheBest@hotmail.es>2017-05-05 05:52:49 +0200
committerAokromes <Aokromes@users.noreply.github.com>2017-05-05 05:52:49 +0200
commit4843544c217800ba56b3084a8b1ca2fcf62cb091 (patch)
tree39d7c512f220ab32b1c8f51b5d2115b75aa9f91e /sql
parent8a5b998f487bd1a391cc9d2d350c4a686b4e61b0 (diff)
Scripts/Commands: Update reload commands names
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_05_05_00_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_05_00_world.sql b/sql/updates/world/3.3.5/2017_05_05_00_world.sql
new file mode 100644
index 00000000000..31376bbc2b6
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_05_05_00_world.sql
@@ -0,0 +1,11 @@
+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 item_template_locale', help = 'Syntax: .reload item_template_locale\nReload item_template_locale table.' WHERE permission = 662;
+UPDATE command SET name = 'reload item_set_name_locale', help = 'Syntax: .reload item_set_name_locale\nReload item_set_name_locale table.' WHERE permission = 663;
+UPDATE command SET name = 'reload npc_text_locale', help = 'Syntax: .reload npc_text_locale\nReload npc_text_locale table.' WHERE permission = 664;
+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;
+UPDATE command SET name = 'reload quest_template_locale', help = 'Syntax: .reload quest_template_locale\nReload quest_template_locale table.' WHERE permission = 667;