diff options
| author | Tartalo <none@none> | 2010-02-25 16:26:03 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-02-25 16:26:03 +0100 |
| commit | c76cb0ce7cae42970ac1b0792a9ee4ed33a23386 (patch) | |
| tree | 5b8fa4196ec0451aa8ea6660faee7e3095bce352 /src/game/Language.h | |
| parent | 8c06fe676faa0e2a60f8848be0ae94d2cf0b2329 (diff) | |
Add new flagged column to access_requirement to set instances opened/closed.
This way is possible to open a raid on 10man mode while the rest of modes are closed (for example).
Ingame commands to open/close instances coming soon ;)
--HG--
branch : trunk
Diffstat (limited to 'src/game/Language.h')
| -rw-r--r-- | src/game/Language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Language.h b/src/game/Language.h index 3e954be14d1..f83ef222b6b 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -862,7 +862,7 @@ enum TrinityStrings LANG_COMMAND_LIST_FREEZE = 5005, LANG_COMMAND_FROZEN_PLAYERS = 5006, LANG_INSTANCE_RAID_GROUP_ONLY = 5007, - //LANG_INSTANCE_NOT_AS_GHOST = 5008, + LANG_INSTANCE_CLOSED = 5008, LANG_COMMAND_PLAYED_TO_ALL = 5009, LANG_NPCINFO_LINKGUID = 5010, LANG_TELEPORTED_TO_BY_CONSOLE = 5011, |
