From 47735056cf86b9275d2bd4a6c2bf855986a10fc9 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 14 Aug 2009 22:26:49 -0500 Subject: *Set react as defensive for guardians. Otherwise you cannot finish quest "the gift keeps giving" until kill all mobs on map. --HG-- branch : trunk --- src/game/TemporarySummon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 434750c8744..40c6d79c919 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -325,7 +325,7 @@ void Guardian::InitStats(uint32 duration) if(m_owner->GetTypeId() == TYPEID_PLAYER && HasSummonMask(SUMMON_MASK_CONTROLABLE_GUARDIAN)) m_charmInfo->InitCharmCreateSpells(); - SetReactState(REACT_AGGRESSIVE); + SetReactState(REACT_DEFENSIVE); } Puppet::Puppet(SummonPropertiesEntry const *properties, Unit *owner) : Minion(properties, owner) -- cgit v1.2.3