mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 12:21:34 +00:00
Fix issue with SpellType_Charm case in AICastSpell
This commit is contained in:
parent
d95fdda30f
commit
cd2825288d
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 12/04/2013 ==
|
||||||
|
demonstar55: Fixed SpellType_Charm case in AICastSpell
|
||||||
|
|
||||||
== 12/03/2013 ==
|
== 12/03/2013 ==
|
||||||
demonstar55: Added #showspellslist to view a mobs spell list
|
demonstar55: Added #showspellslist to view a mobs spell list
|
||||||
demonstar55: Fix procing off of unattackable things
|
demonstar55: Fix procing off of unattackable things
|
||||||
|
|||||||
@ -241,8 +241,8 @@ bool NPC::AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes) {
|
|||||||
AIDoSpellCast(i, chrmTar, mana_cost);
|
AIDoSpellCast(i, chrmTar, mana_cost);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case SpellType_Pet: {
|
case SpellType_Pet: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user