aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-11-02 12:45:18 -0500
committerKinzcool <kinzzcool@hotmail.com>2014-11-02 12:45:18 -0500
commit4f7bd78b562a69ebc556e9c00f8e3812ad694c88 (patch)
treecb512c30a818aa058c6731270ef4084795c042fe
parentb377527264077aa329400e7c3c8200c90d5606d6 (diff)
DB/Commands: Updated a few commands after a recent table rename
-rw-r--r--sql/updates/world/2014_11_02_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_02_01_world.sql b/sql/updates/world/2014_11_02_01_world.sql
new file mode 100644
index 00000000000..cd7d7d67ded
--- /dev/null
+++ b/sql/updates/world/2014_11_02_01_world.sql
@@ -0,0 +1,2 @@
+UPDATE `command` SET `help`='Syntax: .reload all area\n\nReload areatrigger_teleport, areatrigger_tavern, graveyard_zone tables.' WHERE `permission`=613;
+UPDATE `command` SET `name`='reload graveyard_zone', `help`='Syntax: .reload graveyard_zone\nReload graveyard_zone table.' WHERE `permission`=645;