diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-06-15 12:57:23 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-06-15 12:57:23 +0200 |
commit | e2780cb029aa6c8951b7afb1cff57ecd20ef329e (patch) | |
tree | d7f00a82b5cd7ca4cd41d70b7486029fe49f476b /conf/atcommand_local.conf.example | |
parent | 6ec8eb23be6cf4ae8f6773e976fc7bb02a1dd8bf (diff) | |
download | serverdata-e2780cb029aa6c8951b7afb1cff57ecd20ef329e.tar.gz serverdata-e2780cb029aa6c8951b7afb1cff57ecd20ef329e.tar.bz2 serverdata-e2780cb029aa6c8951b7afb1cff57ecd20ef329e.tar.xz serverdata-e2780cb029aa6c8951b7afb1cff57ecd20ef329e.zip |
Fix a '9' that should have been a '99'.
Diffstat (limited to 'conf/atcommand_local.conf.example')
-rw-r--r-- | conf/atcommand_local.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example index ca369949..db127c60 100644 --- a/conf/atcommand_local.conf.example +++ b/conf/atcommand_local.conf.example @@ -445,7 +445,7 @@ disguise: 99 undisguise: 99 // To change disguise of another player/GM -chardisguise: 9 +chardisguise: 99 charundisguise: 99 // Enables platinum skills of another player. |