More focus messages

This commit is contained in:
Michael Cook (mackal)
2015-05-29 01:58:38 -04:00
parent 36de3879f8
commit 070183789b
2 changed files with 14 additions and 1 deletions
+7 -1
View File
@@ -5396,7 +5396,7 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
if (realTotal != 0 && UsedItem) {
// there are a crap ton more of these, I was able to verify these ones though
uint32 string_id = BEGINS_TO_GLOW;
uint32 string_id = BEGINS_TO_GLOW; // this is really just clicky message ...
switch (type) {
case focusSpellHaste:
string_id = SHIMMERS_BRIEFLY;
@@ -5407,6 +5407,12 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) {
case focusSpellDuration:
string_id = SPARKLES;
break;
case focusImprovedDamage:
string_id = ALIVE_WITH_POWER;
break;
case focusRange:
string_id = PULSES_WITH_LIGHT;
break;
default:
break;
}