aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDuarte Duarte <dnpd.dd@gmail.com>2014-09-05 21:51:52 +0100
committerDuarte Duarte <dnpd.dd@gmail.com>2014-09-05 21:51:52 +0100
commit36f7cfbd04495db96cb42a440a642b35a17e8c17 (patch)
tree4add76ff4822a594f644a9fec94c5e174d6041e9 /sql
parent6df2ff5efa0a84c5423804d713acd0e8952db86e (diff)
parent014adaa0fd14a3f316588b0829ceea1960af12d5 (diff)
Merge pull request #13039 from Nyeriah/pr-cmd
Core/Tickets: Send global GM system messages on ticket complete
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_03_01_world_trinity_string.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_03_01_world_trinity_string.sql b/sql/updates/world/2014_09_03_01_world_trinity_string.sql
new file mode 100644
index 00000000000..0586c31e3d2
--- /dev/null
+++ b/sql/updates/world/2014_09_03_01_world_trinity_string.sql
@@ -0,0 +1,5 @@
+-- Implements in-game gm message when tickets are completed
+SET @LANG_COMMAND_TICKETCOMPLETED := 2030;
+DELETE FROM `trinity_string` WHERE `entry` = @LANG_COMMAND_TICKETCOMPLETED;
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (@LANG_COMMAND_TICKETCOMPLETED, '|cff00ff00Completed by|r:|cff00ccff %s|r');
+