From cef249ff2cec86c4059daa744f2f30e0b999f217 Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 9 Mar 2010 12:58:48 +0100 Subject: Add level restrictions to some commands: say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk --- sql/updates/7508_world_trinity_string.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/7508_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/7508_world_trinity_string.sql b/sql/updates/7508_world_trinity_string.sql new file mode 100644 index 00000000000..f00d526f02c --- /dev/null +++ b/sql/updates/7508_world_trinity_string.sql @@ -0,0 +1,11 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (6604,6605,6606,6607,6608,6609,6610,6611,6612); +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(6604, 'You cannot say, yell or emote until you become level %d.'), +(6605, 'You cannot whisper until you become level %d.'), +(6606, 'You cannot write to channels until you become level %d.'), +(6607, 'You cannot use auction until you become level %d.'), +(6608, 'You cannot write tickets until you become level %d.'), +(6609, 'You cannot trade until you become level %d.'), +(6610, 'You cannot trade with characters lower than level %d.'), +(6611, 'You cannot send mail until you become level %d.'), +(6612, 'You cannot send mail to characters lower than level %d.'); -- cgit v1.2.3