diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-18 18:22:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-18 18:22:39 -0300 |
commit | 3cd3c27ee4bb6becc8ee6445f1dc7d04b9cf9832 (patch) | |
tree | 794c642953b5d82f9c62256f198e079fb80f1aed /npc/scripts.conf | |
parent | b494d616f267467ead9d28882499d7a9c7a6a7f7 (diff) | |
download | serverdata-3cd3c27ee4bb6becc8ee6445f1dc7d04b9cf9832.tar.gz serverdata-3cd3c27ee4bb6becc8ee6445f1dc7d04b9cf9832.tar.bz2 serverdata-3cd3c27ee4bb6becc8ee6445f1dc7d04b9cf9832.tar.xz serverdata-3cd3c27ee4bb6becc8ee6445f1dc7d04b9cf9832.zip |
Make /gm work by adding a binding to @wgm.
Edit bgmaster to understand properly how it works - Needs to right-click, clever.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index b3606271f..468f39d03 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -103,6 +103,7 @@ "npc/commands/debug.txt", "npc/commands/super-menu.txt", "npc/commands/magic.txt", +"npc/commands/wgm.txt", // config script "npc/config/hairstyle_config.txt", |