Fix issue with SpellType_Charm case in AICastSpell

This commit is contained in:
Michael Cook (mackal)
2013-12-04 00:52:12 -05:00
parent d95fdda30f
commit cd2825288d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -241,8 +241,8 @@ bool NPC::AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes) {
AIDoSpellCast(i, chrmTar, mana_cost);
return true;
}
break;
}
break;
}
case SpellType_Pet: {