[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
@@ -6497,7 +6497,7 @@ int64 Client::GetFocusEffect(focusType type, uint16 spell_id, Mob *caster, bool
default:
break;
}
MessageString(Chat::Spells, string_id, UsedItem->Name);
MessageString(Chat::FocusEffect, string_id, UsedItem->Name);
}
}