diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 05:34:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 05:34:43 -0300 |
commit | 4381448c6bb1d4cf4705deaefd481e9bf1152c42 (patch) | |
tree | b69ed575dead411d21400610cea85e9a199759ca /db | |
parent | f388b641e02a5217765a9676ecb7ef68467caf37 (diff) | |
download | serverdata-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 'db')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 11398d9ba..20b607305 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3782,7 +3782,8 @@ constants_db: { GPOS_VICELEADER: 1 // pos2 GPOS_RECRUITER: 2 // pos3 GPOS_TREASURER: 3 // pos4 - GPOS_5: 4 // pos5 + GPOS_MEMBER: 4 // pos5 + GPOS_6: 5 // pos6 GPOS_NEWBIE: 19 comment__: "guild exchange" |