diff options
| author | Nefarion <nefarion123@gmail.com> | 2013-03-09 22:34:42 +0100 |
|---|---|---|
| committer | Nefarion <nefarion123@gmail.com> | 2013-03-15 10:27:18 +0100 |
| commit | 46ba2d945a9da4af1fe13d2da1a593a1fe2a4f20 (patch) | |
| tree | eaa8e04556565fc04c2c30fbee3df2ae8760369b /sql/updates | |
| parent | 9ae9277817ac158ea3f65761d2785d148016a66b (diff) | |
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.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_03_11_01_world_trinty_strings.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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.'); |
