diff options
| author | Aaron Hooper <rnjckhpr@gmail.com> | 2022-01-13 19:58:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 20:58:09 +0100 |
| commit | 74db1ae6e12b7c99a8e6a595806f96f3cb1937f1 (patch) | |
| tree | 18f9588bd11eff97ebb2ccf164c0b3c693eb37e0 | |
| parent | d7d50b07986a23fe50b070a870e9f73f9b95d67b (diff) | |
| download | wiki-74db1ae6e12b7c99a8e6a595806f96f3cb1937f1.tar.gz wiki-74db1ae6e12b7c99a8e6a595806f96f3cb1937f1.tar.bz2 wiki-74db1ae6e12b7c99a8e6a595806f96f3cb1937f1.zip | |
fix: typo `aspeed` -> `speed` (#676)
| -rw-r--r-- | docs/gm-commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gm-commands.md b/docs/gm-commands.md index 039db69..406dcaf 100644 --- a/docs/gm-commands.md +++ b/docs/gm-commands.md @@ -275,7 +275,7 @@ Note: Some commands are working only by selecting a player or a creature. These | modify reputation | 2 | `.modify reputation #repId (#repvalue \ $rankname [#delta])` | Sets the selected players reputation with faction #repId to #repvalue or to $reprank. If the reputation rank name is provided, the resulting reputation will be the lowest reputation for that rank plus the delta amount, if specified. You can use '.pinfo rep' to list all known reputation ids, or use '.lookup faction $name' to locate a specific faction id. | | modify runicpower | 2 | `.modify runicpower #newrunicpower` | Modify the runic power of the selected player. If no player is selected, modify your runic power. | | modify scale | 2 | `.modify scale #scale` | Modify size of the selected player or creature to "normal scale"*rate. If no player or creature is selected, modify your size. #rate may range from 0.1 to 10. | -| modify speed all | 2 | `.modify aspeed #rate` | Modify 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. #rate may range from 0.1 to 50. | +| modify speed all | 2 | `.modify speed #rate` | Modify 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. #rate may range from 0.1 to 50. | | modify speed backwalk | 2 | `.modify speed backwalk #rate` | Modify the speed of the selected player while running backwards to "normal walk back speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50. | | modify speed fly | 2 | `.modify speed fly #rate` | Modify the flying speed of the selected player to "normal flying speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50. | | modify speed swim | 2 | `.modify speed swim #rate` | Modify the swim speed of the selected player to "normal swim speed"*rate. If no player is selected, modify your speed. #rate may range from 0.1 to 50. | |
