diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-11-02 12:45:18 -0500 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-11-02 12:45:18 -0500 |
| commit | 4f7bd78b562a69ebc556e9c00f8e3812ad694c88 (patch) | |
| tree | cb512c30a818aa058c6731270ef4084795c042fe | |
| parent | b377527264077aa329400e7c3c8200c90d5606d6 (diff) | |
DB/Commands: Updated a few commands after a recent table rename
| -rw-r--r-- | sql/updates/world/2014_11_02_01_world.sql | 2 |
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; |
