diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-03-15 13:42:43 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-03-15 13:42:43 -0700 |
| commit | 3a3f087b0722de3590f3e943b0ff7e0af214a704 (patch) | |
| tree | c3eea736b29a9bfa1160beaa20882c6b249d7bd5 /sql/updates | |
| parent | b136f01edfa6152018d095889395f0fb16125e29 (diff) | |
| parent | 46ba2d945a9da4af1fe13d2da1a593a1fe2a4f20 (diff) | |
Merge pull request #9396 from thomas007788/Whispers
Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ
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.'); |
