port over some changes from Trinity version including one possible memory leak fix
[AHbot.git] / sql / updates / 7706_01_mangos_command.sql
bloba57ddcc566f94cbe5b78070f673e52a7d34337c7
1 ALTER TABLE db_version CHANGE COLUMN required_7705_01_mangos_command required_7706_01_mangos_command bit;
3 DELETE FROM `command` WHERE `name` IN ('plimit','server plimit');
5 INSERT INTO `command` VALUES
6 ('server plimit',3,'Syntax: .server plimit [#num|-1|-2|-3|reset|player|moderator|gamemaster|administrator]\r\n\r\nWithout 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 `reset` sets player limit to the one in the config file');