Merge pull request #301 from KayenEQ/Development

Fix for numhits counter being decreased 2x for Outgoing Hit Success from...
This commit is contained in:
Michael Cook (mackal)
2014-11-26 15:27:43 -05:00
8 changed files with 16 additions and 13 deletions
+6
View File
@@ -1670,6 +1670,12 @@ bool Mob::DetermineSpellTargets(uint16 spell_id, Mob *&spell_target, Mob *&ae_ce
} else {
spell_target = this;
}
if (spell_target && spell_target->IsPet() && spells[spell_id].targettype == ST_GroupNoPets){
Message_StringID(13,NO_CAST_ON_PET);
return false;
}
CastAction = GroupSpell;
break;
}