@description? wtf was I thinking? It's supposed to be @describe. Fixing. Existing games will need to update their alias lists.

This commit is contained in:
Greg Taylor 2007-05-27 16:43:16 +00:00
parent b821bf77f0
commit 5d066a7839
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@ INSERT INTO "config_commandalias" VALUES(5,'sa','say');
INSERT INTO "config_commandalias" VALUES(6,'@tel','@teleport');
INSERT INTO "config_commandalias" VALUES(7,'i','inventory');
INSERT INTO "config_commandalias" VALUES(8,'inv','inventory');
INSERT INTO "config_commandalias" VALUES(9,'@desc','@description');
INSERT INTO "config_commandalias" VALUES(9,'@desc','@describe');