More focus messages thanks to Google

This commit is contained in:
Michael Cook (mackal)
2015-05-29 14:55:32 -04:00
parent 0348c0817d
commit b0d85e3558
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -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;
}