diff options
author | EPuncker <gm.perflex@gmail.com> | 2014-09-20 23:59:59 -0300 |
---|---|---|
committer | EPuncker <gm.perflex@gmail.com> | 2014-09-20 23:59:59 -0300 |
commit | 82037b89b33c3fa2a5cfaf33038fbf9ebddea17f (patch) | |
tree | 6ac06fffc8149ae2415364c824ede304371b731e /src/map/pc_groups.c | |
parent | db896b4ec75d0bd32a699d2b850e0c0bc66d6506 (diff) | |
download | hercules-82037b89b33c3fa2a5cfaf33038fbf9ebddea17f.tar.gz hercules-82037b89b33c3fa2a5cfaf33038fbf9ebddea17f.tar.bz2 hercules-82037b89b33c3fa2a5cfaf33038fbf9ebddea17f.tar.xz hercules-82037b89b33c3fa2a5cfaf33038fbf9ebddea17f.zip |
Added 4 new permissions
Diffstat (limited to 'src/map/pc_groups.c')
-rw-r--r-- | src/map/pc_groups.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/pc_groups.c b/src/map/pc_groups.c index e577c642f..9cd478b3f 100644 --- a/src/map/pc_groups.c +++ b/src/map/pc_groups.c @@ -420,6 +420,10 @@ void do_init_pc_groups(void) { { "disable_commands_when_dead", PC_PERM_DISABLE_CMD_DEAD }, { "hchsys_admin", PC_PERM_HCHSYS_ADMIN }, { "can_trade_bound", PC_PERM_TRADE_BOUND }, + { "disable_pickup", PC_PERM_DISABLE_PICK_UP }, + { "disable_store", PC_PERM_DISABLE_STORE }, + { "disable_exp", PC_PERM_DISABLE_EXP }, + { "disable_skill_usage", PC_PERM_DISABLE_SKILL_USAGE }, }; unsigned char i, len = ARRAYLENGTH(pc_g_defaults); |