summaryrefslogtreecommitdiff
path: root/npc/functions/guild.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/functions/guild.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/functions/guild.txt')
-rw-r--r--npc/functions/guild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/guild.txt b/npc/functions/guild.txt
index 92a0a3802..2b4d79b69 100644
--- a/npc/functions/guild.txt
+++ b/npc/functions/guild.txt
@@ -36,7 +36,7 @@ function script getguildrole {
return "Guild Recruiter";
case GPOS_TREASURER:
return "Guild Treasurer";
- case GPOS_5:
+ case GPOS_MEMBER:
return "Member";
case GPOS_NEWBIE:
return "Newbie";