aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorp0wer <none@none>2010-02-24 21:30:00 -0600
committerp0wer <none@none>2010-02-24 21:30:00 -0600
commitba51f553fc3a677aa4d8ae846f86f8a560d9982c (patch)
tree38ce0a9b84459c9d1efdf17955fa57ddf69aab1e /sql/updates
parentfc2264bf891b4059a64b680e828731e6f33edd07 (diff)
Add command for administrators to change channel publicity ingame rather than having to manually manipulate the database.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7430_world_command.sql1
-rw-r--r--sql/updates/7430_world_trinity_string.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7430_world_command.sql b/sql/updates/7430_world_command.sql
new file mode 100644
index 00000000000..a3898c7f96e
--- /dev/null
+++ b/sql/updates/7430_world_command.sql
@@ -0,0 +1 @@
+INSERT INTO command VALUES ('channel set public', 3, 'Syntax: .channel set public $channel $public\r\n\r\nChange password-changing ability for a channel. 1 for possible, 0 for GM only.'); \ No newline at end of file
diff --git a/sql/updates/7430_world_trinity_string.sql b/sql/updates/7430_world_trinity_string.sql
new file mode 100644
index 00000000000..96e046590fb
--- /dev/null
+++ b/sql/updates/7430_world_trinity_string.sql
@@ -0,0 +1 @@
+INSERT INTO trinity_string (entry, content_default) VALUES (5023, 'Channel: %s publicity set to: %u'); \ No newline at end of file