diff options
| author | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
| commit | a0f843a3ebe505dabe138294dd7c6dbc0dcfe094 (patch) | |
| tree | e6d8c282355f1affbe5bce524a7d3df23e7e4661 /src/shared | |
| parent | 6f2e0ee48a24dff1ac7acf441b1559e9d7c26657 (diff) | |
[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
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
