From 48b6d6caf8d37cb3913877d8894d4a0bcfbea602 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 14 Sep 2021 17:13:24 +0200 Subject: chore: new debug lfg command --- docs/gm-commands.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/gm-commands.md b/docs/gm-commands.md index 4c9986d..fe810f0 100644 --- a/docs/gm-commands.md +++ b/docs/gm-commands.md @@ -96,6 +96,7 @@ Note: Some commands are working only by selecting a player or a creature. These |debug getvalue|3|`.debug $field [1\0]`|1: get uint32 value of $field of the selected unit; 0: get float value of $field of the selected unit| |debug hostil|1||Get hostile reference list of the selected unit.| |debug itemexpire|3|`.debug itemexpire $guid`|Delete the item with $guid.| +|debug lfg|3|`.debug lfg`|Toggle debug mode for lfg. In debug mode GM can start lfg queue with one player.| |debug lootrecipient|3|`.debug lootrecipient`|Get loot recipient of the selected creature.| |debug los|3|`.debug los`|Show information about the line of sight status.| |debug Mod32Value|3|`.debug Mod32Value #field #value`|Add #value to field #field of your character.| -- cgit