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.

This commit is contained in:
Nefarion
2013-03-09 22:34:42 +01:00
parent 9ae9277817
commit 46ba2d945a
6 changed files with 36 additions and 14 deletions

View File

@@ -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.');