diff options
Diffstat (limited to 'sql/updates/0.6/2746_command.sql')
-rw-r--r-- | sql/updates/0.6/2746_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/0.6/2746_command.sql b/sql/updates/0.6/2746_command.sql new file mode 100644 index 00000000000..6946726f946 --- /dev/null +++ b/sql/updates/0.6/2746_command.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help` = 'Syntax: .npcflag #npcflag\r\n\r\nSet the NPC flags of creature template of the selected creature and selected creature to #npcflag. NPC flags will applied to all creatures of selected creature template after server restart or grid unload/load.' WHERE `name` = 'npcflag'; |