diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/583_world_scripts.sql | 1 | ||||
| -rw-r--r-- | sql/updates/586_world_scripts.sql | 2 | ||||
| -rw-r--r-- | sql/updates/588_world.sql | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/583_world_scripts.sql b/sql/updates/583_world_scripts.sql new file mode 100644 index 00000000000..45f8d80a244 --- /dev/null +++ b/sql/updates/583_world_scripts.sql @@ -0,0 +1 @@ +UPDATE creature_template SET Scriptname='npc_ranger_lilatha' WHERE entry=16295;
\ No newline at end of file diff --git a/sql/updates/586_world_scripts.sql b/sql/updates/586_world_scripts.sql new file mode 100644 index 00000000000..a86cec4951b --- /dev/null +++ b/sql/updates/586_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593; +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594;
\ No newline at end of file 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 |
