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/bindings/scripts | |
| parent | d76578219ff556c604ea20e7328d952e07a709af (diff) | |
*Only set guardian's ownerguid in setpet.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts')
| -rw-r--r-- | src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp index 57ccde94bf0..8c47e354081 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp @@ -111,7 +111,6 @@ struct TRINITY_DLL_DECL boss_vexallusAI : public ScriptedAI summoned->GetMotionMaster()->MoveFollow(temp,0,0); //spells are SUMMON_TYPE_GUARDIAN, so using setOwner should be ok - summoned->SetOwnerGUID(m_creature->GetGUID()); summoned->CastSpell(summoned,SPELL_ENERGY_BOLT,false,0,0,m_creature->GetGUID()); } |
