summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-11-03 20:05:53 +0100
committerMichieru <Michieru@users.noreply.github.com>2014-11-03 20:05:53 +0100
commitea85ad9514c6d1e64457c215294a7090831d971b (patch)
treee75d66f7e068d5d4df567182d0739a7a03307fcc /src/map/pc_groups.c
parent715af9d93adf4e07f11ff09a6a1b55d49d32849d (diff)
parent82037b89b33c3fa2a5cfaf33038fbf9ebddea17f (diff)
downloadhercules-ea85ad9514c6d1e64457c215294a7090831d971b.tar.gz
hercules-ea85ad9514c6d1e64457c215294a7090831d971b.tar.bz2
hercules-ea85ad9514c6d1e64457c215294a7090831d971b.tar.xz
hercules-ea85ad9514c6d1e64457c215294a7090831d971b.zip
Merge pull request #363 from EPuncker/master
Added 4 new permissions
Diffstat (limited to 'src/map/pc_groups.c')
-rw-r--r--src/map/pc_groups.c4
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);