mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 21:48:25 +00:00
More focus messages thanks to Google
This commit is contained in:
@@ -5416,6 +5416,12 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
|
||||
case focusRange:
|
||||
string_id = PULSES_WITH_LIGHT;
|
||||
break;
|
||||
case focusSpellHateMod:
|
||||
string_id = GLOWS_BLUE;
|
||||
break;
|
||||
case focusImprovedHeal:
|
||||
string_id = FEEDS_WITH_POWER;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user