From 46ba2d945a9da4af1fe13d2da1a593a1fe2a4f20 Mon Sep 17 00:00:00 2001 From: Nefarion Date: Sat, 9 Mar 2013 22:34:42 +0100 Subject: Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and implement feature for GMs to remove single players from their WhisperWhiteList. --- sql/updates/world/2013_03_11_01_world_trinty_strings.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_03_11_01_world_trinty_strings.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_03_11_01_world_trinty_strings.sql b/sql/updates/world/2013_03_11_01_world_trinty_strings.sql new file mode 100644 index 00000000000..c4a76a4e4f7 --- /dev/null +++ b/sql/updates/world/2013_03_11_01_world_trinty_strings.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` where `entry` = 363; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('363', 'Player %s cannot whisper you any longer.'); -- cgit v1.2.3