diff options
| author | XTZGZoReX <none@none> | 2009-03-21 13:51:28 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-21 13:51:28 +0100 |
| commit | 55695eda786667a34d6c0ae59496d787dfba4b3e (patch) | |
| tree | 3d62e720455cef466b992a5055cfb115c6392403 /src/game/Language.h | |
| parent | bab99cedba0217e050708e4d8eb8868fb7596343 (diff) | |
* Implement ".server set closed on/off" command to allow/deny new connections to the world.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Language.h')
| -rw-r--r-- | src/game/Language.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Language.h b/src/game/Language.h index 035fef4cfe3..3ebf52ce5d3 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -843,6 +843,9 @@ enum TrinityStrings LANG_GM_NOTIFY = 6614, LANG_GM_ANNOUNCE_COLOR = 6615, + LANG_WORLD_CLOSED = 7523, + LANG_WORLD_OPENED = 7524, + // Use for not-in-offcial-sources patches // 10000-10999 // opvp hp |
