aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/588_world.sql
diff options
context:
space:
mode:
authorrunningnak3d <none@none>2008-12-22 17:33:19 +0000
committerrunningnak3d <none@none>2008-12-22 17:33:19 +0000
commit8c0ba464c6fa97fda0bfd5b3f135f299a1531c8e (patch)
tree262a92049c5957511c31cfc1599027ce633efc42 /sql/updates/588_world.sql
parent0e3e94bba6e677880029dc46d285fd08116e73da (diff)
parent8668244a6d57bb04aaebeda13f87547cabe20efc (diff)
* merge
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/588_world.sql')
-rw-r--r--sql/updates/588_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/588_world.sql b/sql/updates/588_world.sql
new file mode 100644
index 00000000000..e85a034f344
--- /dev/null
+++ b/sql/updates/588_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `trinity_string`WHERE `entry` in ('6613', '6614', '6615');
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6613','|cfff00000[GM Announcement]: %s|r');
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6614','Notification to GM\'s - ');
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6615','|cffffff00[|c1f40af20GM Announce by|r |cffff0000%s|cffffff00]:|r %s|r');
+INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnotify', 2, 'Syntax: .gmnotify $notification\r\nDisplays a notification on the screen of all online GM\'s.');
+INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnameannounce', 2, 'Syntax: .gmnameannounce $announcement.\r\nSend an announcement to all online GM\'s, displaying the name of the sender.');
+INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.'); \ No newline at end of file