diff options
Diffstat (limited to 'npc/guilds/storage.txt')
-rw-r--r-- | npc/guilds/storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guilds/storage.txt b/npc/guilds/storage.txt index 316071d9f..d608d1e90 100644 --- a/npc/guilds/storage.txt +++ b/npc/guilds/storage.txt @@ -12,7 +12,7 @@ guilds,33,28,0 script Guild Storage NPC_NO_SPRITE,{ } else { - if (getguildrole(.@gid, getcharid(3)) > GPOS_5) + if (getguildrole(.@gid, getcharid(3)) > GPOS_MEMBER) { dispbottom l("Your position must be the one of a regular member or above."); end; |