mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Merge pull request #1548 from noudess/master
[Bug Fix] Fix bug where IVU could not be cast on char with Invis
This commit is contained in:
commit
ad3bf35397
@ -582,7 +582,6 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
snprintf(effect_desc, _EDLEN, "Invisibility to Animals");
|
snprintf(effect_desc, _EDLEN, "Invisibility to Animals");
|
||||||
#endif
|
#endif
|
||||||
invisible_animals = true;
|
invisible_animals = true;
|
||||||
SetInvisible(0);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -593,7 +592,6 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
snprintf(effect_desc, _EDLEN, "Invisibility to Undead");
|
snprintf(effect_desc, _EDLEN, "Invisibility to Undead");
|
||||||
#endif
|
#endif
|
||||||
invisible_undead = true;
|
invisible_undead = true;
|
||||||
SetInvisible(0);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SE_SeeInvis:
|
case SE_SeeInvis:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user