From f557b57652c6ff6e6564f895f021645de36985ae Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 21 May 2009 18:02:52 -0500 Subject: *Allow warlock to use Eye of Kilrogg with existing pet. --HG-- branch : trunk --- src/game/Spell.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 0a9bf4747f0..b394206af4f 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -4479,15 +4479,12 @@ SpellCastResult Spell::CheckCast(bool strict) switch(SummonProperties->Category) { case SUMMON_CATEGORY_PET: - case SUMMON_CATEGORY_POSSESSED: - { if(m_caster->GetPetGUID()) return SPELL_FAILED_ALREADY_HAVE_SUMMON; - + case SUMMON_CATEGORY_POSSESSED: if(m_caster->GetCharmGUID()) return SPELL_FAILED_ALREADY_HAVE_CHARM; break; - } } break; } -- cgit v1.2.3