mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 00:20:39 +01:00
[svn] * Proper SVN structure
--HG-- branch : trunk
This commit is contained in:
4
sql/updates/0.8/4561_command.sql
Normal file
4
sql/updates/0.8/4561_command.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM command WHERE name IN ('plimit');
|
||||
INSERT INTO `command` VALUES
|
||||
('plimit',3,'Syntax: .plimit [#num|-1|-2|-3|default|player|moderator|gamemaster|administrator]\r\n Without arg show current player amount and security level limitations for login to server, with arg set player linit ($num > 0) or securiti limitation ($num < 0 or security leme name. With `default` arg set default for server player limit (100)');
|
||||
|
||||
Reference in New Issue
Block a user