diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-04-28 17:39:21 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-04-28 17:39:21 +0200 |
commit | 6bc740f31209de475ce153f3633ea812c6aa42f9 (patch) | |
tree | 374927489ea54570c77af25dec6a52e50f601d0d | |
parent | d8a3d2ff0f4e60679408529c0917e9779acee13b (diff) |
SQL: Fix typo (thx @cr4st)
-rw-r--r-- | sql/updates/world/2014_04_28_03_world_command.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_04_28_03_world_command.sql b/sql/updates/world/2014_04_28_03_world_command.sql index c8eaf54e70d..85d17f87fb6 100644 --- a/sql/updates/world/2014_04_28_03_world_command.sql +++ b/sql/updates/world/2014_04_28_03_world_command.sql @@ -5,6 +5,6 @@ INSERT INTO `command` (`name`, `permission`, `help`) VALUES ('reload creature_onkill_reputation', 635, 'Syntax: .reload creature_onkill_reputation\r\nReload creature_onkill_reputation table.'), ('reload creature_questender', 636, 'Syntax: .reload creature_questender\nReload creature_questender table.'), ('reload creature_queststarter', 637, 'Syntax: .reload creature_queststarter\nReload creature_queststarter table.'), -('reload creature_summon_groups', 638, 'Syntax: .reload creature_summon_groups\nReload creature_summon_groups table.'); +('reload creature_summon_groups', 638, 'Syntax: .reload creature_summon_groups\nReload creature_summon_groups table.'), ('reload creature_template', 639, 'Syntax: .reload creature_template $entry\r\nReload the specified creature''s template.'), ('reload creature_text', 640, 'Syntax: .reload creature_text\nReload creature_text Table.'); |