diff options
| author | Shocker <shocker@freakz.ro> | 2011-04-06 20:17:29 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-04-06 20:17:29 +0300 |
| commit | 06acfddb8634ae1119c049f1072341e716bbdeaa (patch) | |
| tree | 38eadb9971431dcc4ad7dcfbd987e372683b1267 /sql | |
| parent | 05394e01c6b481c652d8ef7e980d870ce09efcfc (diff) | |
Core/Commands: Remove .learn all and drop hardcoded part of .learn all gm spells list
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_04_06_02_world_command.sql | 1 |
2 files changed, 1 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.'), diff --git a/sql/updates/world/2011_04_06_02_world_command.sql b/sql/updates/world/2011_04_06_02_world_command.sql new file mode 100644 index 00000000000..385d8c73394 --- /dev/null +++ b/sql/updates/world/2011_04_06_02_world_command.sql @@ -0,0 +1 @@ +DELETE FROM `command` WHERE name = 'learn all'; |
