diff options
| author | Machiavelli <none@none> | 2009-10-05 23:58:37 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-10-05 23:58:37 +0200 |
| commit | ea4bac68f34b03a5823c61248ec2c0bb98c18aff (patch) | |
| tree | 86ceafbe17ac3a5cd5e84de4720a30807420a0ac /sql | |
| parent | 4d70fd95beeb447d63f584d813a1b08205d35892 (diff) | |
* Fix Blood Presence / Improved Blood Presence, recent client version changed the spell so it should also heal from damaging targets that would not give experience or honor.
* Fix typo in 5813_world_command.sql
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/5813_world_command.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/5813_world_command.sql b/sql/updates/5813_world_command.sql index 7c0af4c4e0a..b9ec2a98d1a 100644 --- a/sql/updates/5813_world_command.sql +++ b/sql/updates/5813_world_command.sql @@ -1,5 +1,5 @@ DELETE FROM `command` WHERE `name` IN ('modify aspeed', 'modify bwalk', 'modify fly', 'modify scale', 'modify speed', 'modify swim'); -INSERT INTO `commands` VALUES +INSERT INTO `command` VALUES ('modify aspeed',1,'Syntax: .modify aspeed #rate\r\n\r\nModify all speeds -run,swim,run back,swim back- of the selected player to \"normalbase speed for this move type\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'), ('modify bwalk',1,'Syntax: .modify bwalk #rate\r\n\r\nModify the speed of the selected player while running backwards to \"normal walk back speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 50.'), ('modify fly',1,'.modify fly $parameter\nModify the flying speed of the selected player to \"normal flying speed\"*rate. If no player is selected, modify your speed.\n #rate may range from 0.1 to 50.'), |
