From 921136c987fea3ea327d20b06c2b2804d82c688d Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 16 Jul 2016 19:40:20 -0400 Subject: [PATCH] Exclude in other Perma Illusion spot --- zone/spell_effects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index a9ac289bb..70e7118f8 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -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++) SendWearChange(x); - if (caster == this && + if (caster == this && spell.id != 287 && spell.id != 601 && (spellbonuses.IllusionPersistence || aabonuses.IllusionPersistence || itembonuses.IllusionPersistence)) buffs[buffslot].persistant_buff = 1;