mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
fix MinStatusToBypassCreateLimit
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ uint32 Client::GetBotCreationLimit(uint8 class_id)
|
|||||||
uint32 bot_creation_limit = RuleI(Bots, CreationLimit);
|
uint32 bot_creation_limit = RuleI(Bots, CreationLimit);
|
||||||
|
|
||||||
if (Admin() >= RuleI(Bots, MinStatusToBypassCreateLimit)) {
|
if (Admin() >= RuleI(Bots, MinStatusToBypassCreateLimit)) {
|
||||||
return RuleI(Bots, MinStatusToBypassCreateLimit);
|
return RuleI(Bots, StatusCreateLimit);
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto bucket_name = fmt::format(
|
const auto bucket_name = fmt::format(
|
||||||
|
|||||||
Reference in New Issue
Block a user