diff options
| author | Machiavelli <none@none> | 2009-08-15 23:32:53 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-15 23:32:53 +0200 |
| commit | 340a206f05b93b16aa66a57d567635ba47caa553 (patch) | |
| tree | 30b97a282eeda06e746230c19536fdfabfeb7144 /src/game/TemporarySummon.cpp | |
| parent | 00d53460c8dc34fbc0ea038973943a7ea666cd3d (diff) | |
| parent | 8387e8a4fd0eb5fc8aa17d3fbd4f6c4fee72982f (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/TemporarySummon.cpp')
| -rw-r--r-- | src/game/TemporarySummon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 40c6d79c919..434750c8744 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_DEFENSIVE); + SetReactState(REACT_AGGRESSIVE); } Puppet::Puppet(SummonPropertiesEntry const *properties, Unit *owner) : Minion(properties, owner) |
