aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-04-06 20:17:29 +0300
committerShocker <shocker@freakz.ro>2011-04-06 20:17:29 +0300
commit06acfddb8634ae1119c049f1072341e716bbdeaa (patch)
tree38eadb9971431dcc4ad7dcfbd987e372683b1267 /sql/base
parent05394e01c6b481c652d8ef7e980d870ce09efcfc (diff)
Core/Commands: Remove .learn all and drop hardcoded part of .learn all gm spells list
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/world_database.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 3fdec661001..2b0640c78e2 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -478,7 +478,6 @@ INSERT INTO `command` VALUES
('itemmove',2,'Syntax: .itemmove #sourceslotid #destinationslotid\r\n\r\nMove an item from slots #sourceslotid to #destinationslotid in your inventory\r\n\r\nNot yet implemented'),
('kick',2,'Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".'),
('learn',3,'Syntax: .learn #spell [all]\r\n\r\nSelected character learn a spell of id #spell. If ''all'' provided then all ranks learned.'),
-('learn all',3,'Syntax: .learn all\r\n\r\nLearn all big set different spell maybe useful for Administaror.'),
('learn all crafts',2,'Syntax: .learn crafts\r\n\r\nLearn all professions and recipes.'),
('learn all default',1,'Syntax: .learn all default [$playername]\r\n\r\nLearn for selected/$playername player all default spells for his race/class and spells rewarded by completed quests.'),
('learn all gm',2,'Syntax: .learn all gm\r\n\r\nLearn all default spells for Game Masters.'),