mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Account): GM Level 1 will not be hostile to players (#2807)
This commit is contained in:
committed by
GitHub
parent
4266d1f764
commit
f97d494ffc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user