mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
set deny group level
This commit is contained in:
@@ -58,7 +58,7 @@ PlayerbotSecurityLevel PlayerbotSecurity::LevelFor(Player* from, DenyReason* rea
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((int32)bot->getLevel() - (int8)from->getLevel() > 30)
|
if ((int32)bot->getLevel() - (int8)from->getLevel() > 5)
|
||||||
{
|
{
|
||||||
if (!bot->GetGuildId() || bot->GetGuildId() != from->GetGuildId())
|
if (!bot->GetGuildId() || bot->GetGuildId() != from->GetGuildId())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user