From 2f2304e0c23c7e74bfb03006952211af6a4c77c2 Mon Sep 17 00:00:00 2001 From: Manuel Carrasco Date: Sun, 22 Jan 2012 03:26:18 -0300 Subject: SQL: Fixed startup error. Author: Aokromes. --- sql/updates/world/2012_01_22_00_world_command.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_01_22_00_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2012_01_22_00_world_command.sql b/sql/updates/world/2012_01_22_00_world_command.sql new file mode 100644 index 00000000000..c87b7b3f825 --- /dev/null +++ b/sql/updates/world/2012_01_22_00_world_command.sql @@ -0,0 +1 @@ +UPDATE `command` SET `name`='reload waypoint_data',`help`='Syntax: .reload waypoint_data will reload waypoint_data table.' WHERE `name`='reload wp_data'; -- cgit v1.2.3