diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:29:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:29:31 -0300 |
commit | 0ef89a7106f81e02426f2fb3d6499176098085df (patch) | |
tree | 29ab27c0da489c92322af7e0cace8e902051975a /db/constants.conf | |
parent | 6e9a11a712f320762f4eaeb206bf6aec03b64be7 (diff) | |
download | serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.gz serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.bz2 serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.tar.xz serverdata-0ef89a7106f81e02426f2fb3d6499176098085df.zip |
Introduce the "Normal Member" and the "Treasurer" guild roles.
Only Normal Member and above can use the Guild Storage.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index bf63ed611..ccdd1553b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3826,7 +3826,7 @@ constants_db: { GPOS_GUILDMASTER: 0 GPOS_VICELEADER: 1 // pos2 GPOS_RECRUITER: 2 // pos3 - GPOS_4: 3 // pos4 + GPOS_TREASURER: 3 // pos4 GPOS_5: 4 // pos5 GPOS_NEWBIE: 19 |