diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 534044696..ab833e4a3 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3817,6 +3817,19 @@ constants_db: { equip_legs: 10 // <<< + comment__: "guild permissions" + GPERM_INVITE: 1 + GPERM_EXPEL: 16 + GPERM_ALL: 17 + + comment__: "guild positions" + GPOS_GUILDMASTER: 0 + GPOS_VICELEADER: 1 // pos2 + GPOS_RECRUITER: 2 // pos3 + GPOS_4: 3 // pos4 + GPOS_5: 4 // pos5 + GPOS_NEWBIE: 19 + comment__: "genders" G_FEMALE: 0 G_MALE: 1 |