fix: give host permission to highest clan ranks
All checks were successful
Build / build (pull_request) Successful in 1m23s
All checks were successful
Build / build (pull_request) Successful in 1m23s
Re #2088, I must've assumed 16351 included this permission.
This commit is contained in:
parent
6c2b7a61e2
commit
c2d290ed84
@ -104,11 +104,11 @@ const guildRankSchema = new Schema<IGuildRank>(
|
||||
const defaultRanks: IGuildRank[] = [
|
||||
{
|
||||
Name: "/Lotus/Language/Game/Rank_Creator",
|
||||
Permissions: 16351
|
||||
Permissions: GuildPermission.Host | 16351
|
||||
},
|
||||
{
|
||||
Name: "/Lotus/Language/Game/Rank_Warlord",
|
||||
Permissions: 16351
|
||||
Permissions: GuildPermission.Host | 16351
|
||||
},
|
||||
{
|
||||
Name: "/Lotus/Language/Game/Rank_General",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user