Updates and new commands
Posted: Fri Jun 12, 2009 9:41 pm
JA or LE,
I have committed my changes to the source. Now the commands table needs updating.
I think I got this right. Let me know if it's not.
Paul
I have committed my changes to the source. Now the commands table needs updating.
Code: Select all
#
# Dumping data for table 'commands'
#
LOCK TABLES "commands" WRITE;
/*!40000 ALTER TABLE "commands" DISABLE KEYS;*/
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('367',0,'gm_vanish','','168',80);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('366',0,'gm_hide','','167',80);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('331',0,'showranged','','151',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('330',0,'showcloak','','155',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('329',0,'showhoodorhelm','','154',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('328',0,'showhelm','','153',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('323',0,'set_auto_consume','','152',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('262',0,'decline_lon','','165',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('261',0,'decline_raids','','164',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('260',0,'decline_groups','','163',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('259',0,'decline_guilds','','162',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('258',0,'decline_trades','','161',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('257',0,'decline_duels','','160',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('197',0,'toggle_bonus_exp','','166',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('175',0,'stopdrinking','','157',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('174',0,'stopeating','','156',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('167',0,'hide_illusions','','158',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('166',0,'showhood','','159',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('55',0,'anon','','148',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('54',0,'lfw','','149',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('53',0,'lfg','','150',0);
REPLACE INTO "commands" ("id", "type", "command", "subcommand", "handler", "required_status") VALUES
('6',0,'afk','','147',0);
/*!40000 ALTER TABLE "commands" ENABLE KEYS;*/
UNLOCK TABLES;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE;*/
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;*/
Paul