feat(Core/Guild): Allow to limit the amount of members within a guild (#17697)

* feat(Core/Guild): Allow to limit the amount of members within a guild

* Update Guild.cpp

* Update Guild.cpp

* Update Guild.cpp

* Update Guild.cpp

* improve message to player
This commit is contained in:
Kitzunu
2023-11-14 17:40:28 +01:00
committed by GitHub
parent 6e752c8720
commit 8bb6661c96
2 changed files with 15 additions and 0 deletions

View File

@@ -3356,6 +3356,13 @@ Guild.BankTabCost3 = 10000000
Guild.BankTabCost4 = 25000000
Guild.BankTabCost5 = 50000000#
#
# Guild.MemberLimit
# Description: Do not allow inviting new players to the guild if the member limit is met or exceeded.
# Default: 0 - Disabled
Guild.MemberLimit = 0
#
###################################################################################################