*Fix Glyph of Mirror Image

--HG--
branch : trunk
This commit is contained in:
Nevan
2009-08-07 16:45:56 +02:00
parent d7f7862d96
commit 4e07fd3a0f

View File

@@ -2066,6 +2066,15 @@ void Spell::EffectTriggerSpell(uint32 i)
// special cases
switch(triggered_spell_id)
{
// Mirror Image
case 58832:
{
// Glyph of Mirror Image
if (m_caster->GetDummyAura(63093))
m_caster->CastSpell(m_caster, 65047, true); // Mirror Image
break;
}
// Vanish (not exist)
case 18461:
{