diff options
-rw-r--r-- | sql/updates/world/2013_08_06_02_world_command.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_06_02_world_command.sql b/sql/updates/world/2013_08_06_02_world_command.sql new file mode 100644 index 00000000000..2787cf079cf --- /dev/null +++ b/sql/updates/world/2013_08_06_02_world_command.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name`='reload gameobject_questender'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES +('reload gameobject_questender', 3, 'Syntax: .reload gameobject_questender\\nReload gameobject_questender table.'); |