mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
[Bug Fix] Invisible will display as dropped now on air pets when they attack. (#2042)
invisible display issue on pets
This commit is contained in:
@@ -9548,7 +9548,7 @@ void Mob::CalcSpellPowerDistanceMod(uint16 spell_id, float range, Mob* caster)
|
|||||||
void Mob::BreakInvisibleSpells()
|
void Mob::BreakInvisibleSpells()
|
||||||
{
|
{
|
||||||
if(invisible) {
|
if(invisible) {
|
||||||
ZeroInvisibleVars(InvisType::T_INVISIBLE);
|
nobuff_invisible = 0;
|
||||||
BuffFadeByEffect(SE_Invisibility);
|
BuffFadeByEffect(SE_Invisibility);
|
||||||
BuffFadeByEffect(SE_Invisibility2);
|
BuffFadeByEffect(SE_Invisibility2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user