From 4f7bd78b562a69ebc556e9c00f8e3812ad694c88 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sun, 2 Nov 2014 12:45:18 -0500 Subject: DB/Commands: Updated a few commands after a recent table rename --- sql/updates/world/2014_11_02_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_11_02_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3