diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
commit | fd3a63fc6ea71a943caf0d466cceb767fc66d5c9 (patch) | |
tree | f32c64027f41e75a6d44a6c88127ee9d106335ea /conf/groups.conf | |
parent | 9d2173eddb8d2cde71f98dfc3012715c8fd2b1b8 (diff) | |
download | serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.gz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.bz2 serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.xz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.zip |
Possible bugfix + @hominfo/@homtalk to Sponsors
Diffstat (limited to 'conf/groups.conf')
-rw-r--r-- | conf/groups.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 3e63b5876..da7521fb4 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -105,6 +105,8 @@ groups: ( inherit: ( "Player" ) /* sponsors can do everything Players can and more */ level: 1 commands: { + hominfo: true + homtalk: true pettalk: true refresh: true } @@ -132,7 +134,7 @@ groups: ( whodrops: true time: true jailtime: true - hominfo: true + hominfo: [true, true] homstats: true showexp: true showzeny: true |