mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Feature] Allow Focus Effects to be Filtered out. (#2447)
This commit is contained in:
parent
678a4e30f5
commit
1ce272a1c3
@ -3207,6 +3207,8 @@ void Client::MessageString(uint32 type, uint32 string_id, const char* message1,
|
||||
return;
|
||||
if (GetFilter(FilterDamageShields) == FilterHide && type == Chat::DamageShield)
|
||||
return;
|
||||
if (GetFilter(FilterFocusEffects) == FilterHide && type == Chat::FocusEffect)
|
||||
return;
|
||||
|
||||
if (type == Chat::Emote)
|
||||
type = 4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user