Eye of Zomm needed support in OP_ClientUpdate.

This commit is contained in:
Noudess
2019-10-22 10:45:54 -04:00
parent 7eb2e834b1
commit ff59255e63
4 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -1561,7 +1561,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
char eye_name[64];
snprintf(eye_name, sizeof(eye_name), "Eye_of_%s", caster->GetCleanName());
int duration = CalcBuffDuration(caster, this, spell_id) * 6;
caster->TemporaryPets(spell_id, nullptr, eye_name, duration);
caster->TemporaryPets(spell_id, nullptr, eye_name, duration, false);
}
break;
}