diff options
author | megamage <none@none> | 2009-03-25 10:12:15 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-25 10:12:15 -0600 |
commit | d2e0ed5f5701e40e46c3f3c269eb49c4d8dafb08 (patch) | |
tree | 3faf0c80fc766f17546f5d0615c7a26494366daf /src/game/TemporarySummon.cpp | |
parent | d76578219ff556c604ea20e7328d952e07a709af (diff) |
*Only set guardian's ownerguid in setpet.
--HG--
branch : trunk
Diffstat (limited to 'src/game/TemporarySummon.cpp')
-rw-r--r-- | src/game/TemporarySummon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 76c7ecfb8c1..f837cfbae8b 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -243,7 +243,6 @@ void Guardian::InitSummon(uint32 duration) SetReactState(REACT_AGGRESSIVE); - SetOwnerGUID(m_owner->GetGUID()); SetCreatorGUID(m_owner->GetGUID()); setFaction(m_owner->getFaction()); m_owner->SetPet(this, true); |