summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-06-02 23:52:44 +0200
committerGitHub <noreply@github.com>2019-06-02 23:52:44 +0200
commiteb0faf2b3ecc294d8247ce9afb81198730d516d2 (patch)
tree15964fe4890d8fab7f1baa39d4344c05a9b698b0 /src/map/pc_groups.c
parentbfc31c33f7311c2a647ada10eaf88190be18a2c5 (diff)
parent582336dff2bffba506891a54ecd9360e4fbdd65c (diff)
downloadhercules-eb0faf2b3ecc294d8247ce9afb81198730d516d2.tar.gz
hercules-eb0faf2b3ecc294d8247ce9afb81198730d516d2.tar.bz2
hercules-eb0faf2b3ecc294d8247ce9afb81198730d516d2.tar.xz
hercules-eb0faf2b3ecc294d8247ce9afb81198730d516d2.zip
Merge pull request #2221 from carloshenrq/nostorage
Mapflag nostorage and nogstorage
Diffstat (limited to 'src/map/pc_groups.c')
-rw-r--r--src/map/pc_groups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc_groups.c b/src/map/pc_groups.c
index 887c946e3..8d55897b8 100644
--- a/src/map/pc_groups.c
+++ b/src/map/pc_groups.c
@@ -449,6 +449,7 @@ static void do_init_pc_groups(void)
{ "disable_store", PC_PERM_DISABLE_STORE },
{ "disable_exp", PC_PERM_DISABLE_EXP },
{ "disable_skill_usage", PC_PERM_DISABLE_SKILL_USAGE },
+ { "bypass_nostorage", PC_PERM_BYPASS_NOSTORAGE },
};
unsigned char i, len = ARRAYLENGTH(pc_g_defaults);