fix(Core/Account): GM Level 1 will not be hostile to players (#2807)
This commit is contained in:
parent
4266d1f764
commit
f97d494ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ namespace AccountMgr
|
|||
|
||||
bool IsGMAccount(uint32 gmlevel)
|
||||
{
|
||||
return gmlevel >= SEC_GAMEMASTER && gmlevel <= SEC_CONSOLE;
|
||||
return gmlevel >= SEC_MODERATOR && gmlevel <= SEC_CONSOLE;
|
||||
}
|
||||
|
||||
bool IsAdminAccount(uint32 gmlevel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue