Changeset 112 for trunk/src/shared

Show
Ignore:
Timestamp:
11/19/08 13:37:14 (17 years ago)
Author:
yumileroy
Message:

[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.

Original author: KingPin?
Date: 2008-10-26 13:32:42-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/Common.h

    r102 r112  
    170170    SEC_MODERATOR      = 1, 
    171171    SEC_GAMEMASTER     = 2, 
    172     SEC_ADMINISTRATOR  = 3 
     172    SEC_ADMINISTRATOR  = 3, 
     173        SEC_CONSOLE        = 4                                  // must be always last in list, accounts must have less security level always also 
    173174}; 
    174175