Changeset 222 for trunk/src/bindings

Show
Ignore:
Timestamp:
11/19/08 13:47:52 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix blink. Bug: can blink through door. Author: GodsdoG.
Fix blessed recovery and martyrdom. Patch provided by Gomez.
setActive for Akama shade to see if this can fix the bug that it cannot find channeler.

Original author: megamage
Date: 2008-11-12 23:06:51-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp

    r117 r222  
    197197    void Reset() 
    198198    { 
     199        m_creature->setActive(true); // TODO: setActive(true, time); 
    199200        FindChannelers(); 
    200201 
     
    213214                                if(m_creature->isAlive()) 
    214215                                { 
    215                 Channeler->CastSpell(m_creature, SPELL_SHADE_SOUL_CHANNEL, true); 
    216                 Channeler->CastSpell(m_creature, SPELL_SHADE_SOUL_CHANNEL_2, true); 
    217                 Channeler->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE); 
     216                    Channeler->CastSpell(m_creature, SPELL_SHADE_SOUL_CHANNEL, true); 
     217                    Channeler->CastSpell(m_creature, SPELL_SHADE_SOUL_CHANNEL_2, true); 
     218                    Channeler->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE); 
    218219                                } 
    219220            }