mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
set deny group level
This commit is contained in:
parent
9f10217fce
commit
a486b3d44f
@ -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())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user