aboutsummaryrefslogtreecommitdiff
path: root/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
parent0e3e94bba6e677880029dc46d285fd08116e73da (diff)
parent8668244a6d57bb04aaebeda13f87547cabe20efc (diff)
* merge
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/583_world_scripts.sql1
-rw-r--r--sql/updates/586_world_scripts.sql2
-rw-r--r--sql/updates/588_world.sql7
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