mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Eye of Zomm needed support in OP_ClientUpdate.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user