From 3a8da0fb99a86ae8fe49451a87a68fd33fb9cc9a Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Wed, 25 May 2022 23:50:18 -0600 Subject: update repair command (#718) --- docs/gm-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gm-commands.md b/docs/gm-commands.md index b05ac4a..6c08c79 100644 --- a/docs/gm-commands.md +++ b/docs/gm-commands.md @@ -149,7 +149,8 @@ Note: Some commands are working only by selecting a player or a creature. These | event | 2 | `.event #event_id` | Show details about event with #event_id. | | explorecheat | 3 | `.explorecheat [1\0]` | 1: Set all zones to explored; 0: Set all zones to unexplored | | flusharenapoints | 3 | `.flusharenapoints` | Use it to distribute arena points based on arena team ratings, and start a new week. | -| freeze | 2 | `.freeze (#player)` | "Freezes" #player and disables his chat. When using this without #name it will freeze your target. | +| freeze | 2 | `.freeze (#player)` | "Freezes" #player and disables his chat. When using this without #name it will freeze your target. | +| gear repair | 2 | `.gear repair` | Repair all selected player's items. | | gm chat | 2 | `.gm chat [on/off]` | Enable or disable chat GM MODE (show gm badge in messages) or show current state of on/off not provided. | | gm fly | 2 | `.gm fly [on/off]` | Enable/disable gm fly mode. | | gm ingame | 0 | `.gm ingame` | Display a list of available in game Game Masters. | @@ -440,7 +441,6 @@ Note: Some commands are working only by selecting a player or a creature. These | reload waypoint_data | 3 | `.reload waypoint_data` | Will reload waypoint_data table. | | reload waypoint_scripts | 3 | `.reload waypoint_scripts` | Reload waypoint_scripts table. | | reload | 3 | `.reload $subcommand` | Type .reload to see the list of possible subcommands or .help reload $subcommand to see info on subcommands | -| repairitems | 2 | `.repairitems` | Repair all selected player's items. | | reset achievements | 4 | `.reset achievements [$playername]` | Reset achievements data for selected or named (online or offline) character. Achievements for persistance progress data like completed quests/etc re-filled at reset. Achievements for events like kills/casts/etc will lost. | | reset all | 4 | `.reset all [spells/talents]` | Request reset spells or talents (including talents for all character's pets if any) at next login each existed character. | | reset honor | 3 | `.reset honor [Playername]` | Reset all honor data for targeted character. | -- cgit