mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
Tabs
This commit is contained in:
@@ -20,4 +20,4 @@ CREATE TABLE ip2nationCountries (
|
||||
lon float NOT NULL default '0',
|
||||
PRIMARY KEY (code),
|
||||
KEY code (code)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -6,4 +6,4 @@ DROP TABLE IF EXISTS ip2nationCountries;
|
||||
DELETE FROM `command` WHERE `name` in ('account lock', 'account lock ip', 'account lock country');
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('account lock ip', 0, 'Syntax: .account lock ip [on|off]\nAllow login from account only from current used IP or remove this requirement.'),
|
||||
('account lock country', 0, 'Syntax: .account lock country [on|off]\nAllow login from account only from current used Country or remove this requirement.');
|
||||
('account lock country', 0, 'Syntax: .account lock country [on|off]\nAllow login from account only from current used Country or remove this requirement.');
|
||||
|
||||
Reference in New Issue
Block a user