aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-26 02:00:35 +0200
committerKudlaty <none@none>2009-07-26 02:00:35 +0200
commit3c046356942193756987dc646b30dcf408a1630f (patch)
tree2b2fecd0d40ba8f82584100e7e3aa39e4b4be65c /sql/updates
parent9f1118cf0a3c6b08fc6477c1f009187a4b1270af (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4597_world_command.sql4
1 files changed, 4 insertions, 0 deletions
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.');