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

View File

@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 12/04/2013 ==
demonstar55: Fixed SpellType_Charm case in AICastSpell
== 12/03/2013 ==
demonstar55: Added #showspellslist to view a mobs spell list
demonstar55: Fix procing off of unattackable things

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: {