From a0f843a3ebe505dabe138294dd7c6dbc0dcfe094 Mon Sep 17 00:00:00 2001 From: KingPin Date: Sun, 26 Oct 2008 13:32:42 -0500 Subject: [svn] * Merge CLI Commands with regular commands and give them level4 access. sec_console. Source mangos - thanks to ogeraisi for the amalgamated patch. * Redid/Fixed/Added some lang strings. * As usual remember this is a trunk rev so stability only guaranteed on northern countries of Mars and western parts of Pluto. No warranties outside the solar system, sorry :( . Check with your local government or dictator on regulations regarding export. --HG-- branch : trunk --- src/shared/Common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/Common.h b/src/shared/Common.h index 96071437931..34a35800ad2 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -169,7 +169,8 @@ enum AccountTypes SEC_PLAYER = 0, SEC_MODERATOR = 1, SEC_GAMEMASTER = 2, - SEC_ADMINISTRATOR = 3 + SEC_ADMINISTRATOR = 3, + SEC_CONSOLE = 4 // must be always last in list, accounts must have less security level always also }; enum LocaleConstant -- cgit v1.2.3