Changeset 222 for trunk/src/bindings
- Timestamp:
- 11/19/08 13:47:52 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp
r117 r222 197 197 void Reset() 198 198 { 199 m_creature->setActive(true); // TODO: setActive(true, time); 199 200 FindChannelers(); 200 201 … … 213 214 if(m_creature->isAlive()) 214 215 { 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); 218 219 } 219 220 }