Scripts/Misc: Added missing break in 495ca8c2dc (thx to @ccrs)

This commit is contained in:
Vincent-Michael
2014-07-11 17:36:52 +02:00
parent 4f619eb937
commit 6797d78c1b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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);