diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index fdaaf85e3..e43aad808 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -146,6 +146,8 @@ typedef enum broadcast_flags { BC_WOE = 0x20, BC_COLOR_MASK = 0x30, // BC_YELLOW|BC_BLUE|BC_WOE + BC_MEGAPHONE = 0x40, + BC_DEFAULT = BC_ALL|BC_PC|BC_YELLOW } broadcast_flags; |