summaryrefslogtreecommitdiff
path: root/npc/guilds/storage.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-28 05:34:43 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-28 05:34:43 -0300
commit4381448c6bb1d4cf4705deaefd481e9bf1152c42 (patch)
treeb69ed575dead411d21400610cea85e9a199759ca /npc/guilds/storage.txt
parentf388b641e02a5217765a9676ecb7ef68467caf37 (diff)
downloadserverdata-4381448c6bb1d4cf4705deaefd481e9bf1152c42.tar.gz
serverdata-4381448c6bb1d4cf4705deaefd481e9bf1152c42.tar.bz2
serverdata-4381448c6bb1d4cf4705deaefd481e9bf1152c42.tar.xz
serverdata-4381448c6bb1d4cf4705deaefd481e9bf1152c42.zip
What's Guild Vault for?
It is so members can learn skills. Only treasurer, vice leader and guild master can withdraw GP. But any member can use it to learn skills.
Diffstat (limited to 'npc/guilds/storage.txt')
-rw-r--r--npc/guilds/storage.txt2
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;