mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 22:52:25 +00:00
Exclude in other Perma Illusion spot
This commit is contained in:
parent
d4df2e7351
commit
921136c987
@ -1438,7 +1438,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
for (int x = EQEmu::textures::TextureBegin; x <= EQEmu::textures::LastTintableTexture; x++)
|
for (int x = EQEmu::textures::TextureBegin; x <= EQEmu::textures::LastTintableTexture; x++)
|
||||||
SendWearChange(x);
|
SendWearChange(x);
|
||||||
|
|
||||||
if (caster == this &&
|
if (caster == this && spell.id != 287 && spell.id != 601 &&
|
||||||
(spellbonuses.IllusionPersistence || aabonuses.IllusionPersistence ||
|
(spellbonuses.IllusionPersistence || aabonuses.IllusionPersistence ||
|
||||||
itembonuses.IllusionPersistence))
|
itembonuses.IllusionPersistence))
|
||||||
buffs[buffslot].persistant_buff = 1;
|
buffs[buffslot].persistant_buff = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user