From 3c046356942193756987dc646b30dcf408a1630f Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 26 Jul 2009 02:00:35 +0200 Subject: Fix build on windows. Fix command ticket viewname - thx Deadlyskunk for point this fix setlink command group, add missing commands to db - patch by XTElite1 --HG-- branch : trunk --- sql/updates/4597_world_command.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/4597_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/4597_world_command.sql b/sql/updates/4597_world_command.sql new file mode 100644 index 00000000000..374cbb2c632 --- /dev/null +++ b/sql/updates/4597_world_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` IN ('reload creature_linked_respawn', 'npc setlink'); +INSERT INTO `command` (`name`,`security`,`help`) VALUES +('reload creature_linked_respawn',2,'Syntax: .reload creature_linked_respawn\r\nReload creature_linked_respawn table.'), +('npc setlink',2,'Syntax: .npc setlink $creatureGUID\r\n\r\nLinks respawn of selected creature to the condition that $creatureGUID defined is alive.'); -- cgit v1.2.3