Remove commented printf : NPC Spell casted on %s\n

This commit is contained in:
Akkadius 2015-01-20 01:33:31 -06:00
parent afbc8b0765
commit ff9bc4e953

View File

@ -1589,7 +1589,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0]
#endif
// Npc
if (caster->IsAttackAllowed(mob) && spells[spell_id].targettype != ST_AEBard) {
//printf("NPC Spell casted on %s\n", mob->GetName());
caster->SpellOnTarget(spell_id, mob);
}
else if (mob->IsAIControlled() && spells[spell_id].targettype == ST_AEBard) {