[Messages] Convert messages from Spells to FocusEffect where necessary. (#2243)

* [Messages] Convert messages from Spells to FocusEffect where necessary.
https://github.com/EQEmu/Server/issues/837 from 2019 notes a couple places that should use Focus Effect chat type instead of Spells chat type.

* Add rule for item cast messages.
This commit is contained in:
Kinglykrab
2022-06-08 19:09:33 -04:00
committed by GitHub
parent 63ba5dc3ab
commit 8586cdc47e
5 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -2616,7 +2616,7 @@ int64 Merc::GetFocusEffect(focusType type, uint16 spell_id, bool from_buff_tic)
realTotal = CalcFocusEffect(type, UsedFocusID, spell_id);
if (realTotal != 0 && UsedItem)
MessageString(Chat::Spells, BEGINS_TO_GLOW, UsedItem->Name);
MessageString(Chat::FocusEffect, BEGINS_TO_GLOW, UsedItem->Name);
}
//Check if spell focus effect exists for the client.