Remove commented printf : NPC mgb/aebard spell casted on %s\n

This commit is contained in:
Akkadius 2015-01-20 01:34:38 -06:00
parent b31c8c7a8f
commit 245351e351

View File

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