Scripts/Misc: Added missing break in 495ca8c2dc (thx to @ccrs)
This commit is contained in:
@@ -11133,7 +11133,7 @@ bool Unit::IsImmunedToSpellEffect(SpellInfo const* spellInfo, uint32 index) cons
|
||||
|
||||
if (spellInfo->Attributes & SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY)
|
||||
return false;
|
||||
|
||||
|
||||
// If m_immuneToEffect type contain this effect type, IMMUNE effect.
|
||||
uint32 effect = spellInfo->Effects[index].Effect;
|
||||
SpellImmuneList const& effectList = m_spellImmune[IMMUNITY_EFFECT];
|
||||
|
||||
@@ -400,6 +400,7 @@ public:
|
||||
case 94:
|
||||
if (Creature* Taretha = ObjectAccessor::GetCreature(*me, instance->GetData64(DATA_TARETHA)))
|
||||
Taretha->AI()->Talk(SAY_TA_ESCAPED, me);
|
||||
break;
|
||||
case 95:
|
||||
Talk(SAY_TH_MEET_TARETHA);
|
||||
instance->SetData(TYPE_THRALL_PART3, DONE);
|
||||
|
||||
Reference in New Issue
Block a user